sending email from php Reason: 553
Posted: Fri Aug 17, 2007 2:00 pm
I have a form where a visitor send a message to a user in the system. The form will generate an email to the user.
If I use a known email , the user will always receive the email like it was sent from the site
but if he reply, he will be replying to the site an not the person that sent the email.
But if I use the visitors email I will get an error
553 sorry, that domain isn't in my list of allowed rcpthosts
what is the right way to do this?
BTW I am using PHPmailer
Thank you
If I use a known email , the user will always receive the email like it was sent from the site
but if he reply, he will be replying to the site an not the person that sent the email.
But if I use the visitors email I will get an error
553 sorry, that domain isn't in my list of allowed rcpthosts
what is the right way to do this?
BTW I am using PHPmailer
Thank you