Possible relationship between PHP Mailer and Mailer-Daemon
Posted
by XGreen
on Stack Overflow
See other posts from Stack Overflow
or by XGreen
Published on 2010-05-11T14:43:12Z
Indexed on
2010/05/11
14:44 UTC
Read the original article
Hit count: 255
Hi,
I am using the PHPMailer Class from a website which sends confirmation of the user ajax upload to my client. This uses the mail.myclient.com SMTP Host. This is the same SMTP Host that my client uses for his outlook to check his emails.
This email from the website gets sent without errors although I have received two emails from my client regarding Mail delivery failed: returning message to sender for the same address I have used to send confirmation emails out from.
Can these two issues be related? Do I need to provide more info?
Thanks a bunch!
© Stack Overflow or respective owner