Problems sending EMails

I just installed ProjectPier, and tried to test the E-Mail Function. The System already says "Mail sended successful..." but there are no E-Mails in my Account.
I tried the normal php mail function with a simple PHP script and it works fine.

where is my error ?

greets

Daniel

after a short discussion with plesk the problem was solved...

I'd love to know how you got this to work, I just did an install as well and am having the same issue, I've taken two other steps

one is I tried to use SMTP but when I do a test I get the error

"Notifier has failed to construct mailer object"

I also thought this could be a relayin error as I'm trying to use my own exchange server but I added a new recieve connector and the addresses I'm trying to test with are internal.

is there anything else you can think of that I could try?

I am having the same problem. I would like to know how to fix this.

Thanks,

David

After talking to my web host...they thought that they might be able to help me on this issue if they knew what file the email is being generated from. Does anyone know which folder and file this would be located in?

Swift mail placed /library/swift/lib

he guys

i've even the same problem with sending mails. what can i do to solve the problem ? Where can i get further informatiomn about the problem ?

I had the same problem: When setting Mail transport to 'SMTP server', I got the message 'Notifier has failed to construct mailer object', and when changed Mail transport to 'Default PHP settings', I got the message 'Test mail has been successfuly send', but no message was actually going out.

The solution was to leave Mail transport as 'Default PHP settings' and edit the file /etc/nullmailer/remotes this way:

my.inbox.com smtp --port=465 --user=myuser@inbox.com --pass=mypaswd

BTW, I'm running Ubuntu.

The hint was to see these error messages in /var/log/mail.log:
... nullmailer[4260]: Starting delivery, 2 message(s) in queue.
... nullmailer[4260]: Starting delivery: protocol: smtp host: my.inbox.com file: 1217413365.4855
... nullmailer[5739]: smtp: Failed: 550 Relay denied. Server requires authetication.
... nullmailer[4260]: Sending failed: Permanent error in sending the message

Then I investigate nullmailer and found the explanation here:
http://undesigned.org.za/2007/11/22/nullmailer-a-developers-best-friend