SMTP Problems solved?

Hi everyone,

I did a long search about the SMTP Problems that occur with ProjectPier. I'm running PP on a dedicated server with root access. I disabled the PHP mailing function due to security reasons. I want to use the SMTP mail option in PP.
The mal account runs fine - password and login are OK.

But there are nothing but errors - no matter what settings for smtp I use:

Notifier has failed to construct mailer object

I had no luck finding a solution for this in the forum. Did anyone solve this problem? How?

Thank you!

Please can you enable debug (change define('DEBUG', false) to define('DEBUG', true) in config/config.php) and paste any errors that you get.

The only errors that I personally have seen with PP & email have been to do with email settings, but in your case it sounds like something different.

You have to have php's mailer functions enabled to use the email features. This is a prerequisite before any other email issues might come up.

Hi,

I changed to debug mode - with no reaction.

If I want to use SMTP as mailer, PP keeps saying me

"Notifier has failed to construct mailer object"

no matter what setting I use. The login settings for my smpt server are OK - I checked this twice.

My mail server is localhost - the same machine PP is running on.

Anyone?