Hi
I`m having a problem with mail sending it gives me this warning when trying to send
Warning: mail() [function.mail]: SMTP server response: 553 sorry, sender mail address must correspond to local mail domain (#5.7.1)
if anyone can help me with that I will be very thankful.
thanx in advance;
email problem
Moderator: General Moderators
- markusn00b
- Forum Contributor
- Posts: 298
- Joined: Sat Oct 20, 2007 2:16 pm
- Location: York, England
Re: email problem
What is your SMTP configuration like, in your PHP.ini.
Also, check out SwiftMailer - it abstracts a lot of the pain of PHP's mail() farce.
Also, check out SwiftMailer - it abstracts a lot of the pain of PHP's mail() farce.
-
jaiswarvipin
- Forum Commoner
- Posts: 32
- Joined: Sat Sep 12, 2009 3:43 pm
- Location: India
Re: email problem
this lok like you have not comfigured you SMTP server propelly,
please chekc in php.ini file or contact to you server administrator for same.
please chekc in php.ini file or contact to you server administrator for same.
Re: email problem
what is the configuration of the smtp that I should made