email problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bonanza
Forum Newbie
Posts: 7
Joined: Mon Apr 19, 2010 9:50 am

email problem

Post by bonanza »

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;
User avatar
markusn00b
Forum Contributor
Posts: 298
Joined: Sat Oct 20, 2007 2:16 pm
Location: York, England

Re: email problem

Post by markusn00b »

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.
jaiswarvipin
Forum Commoner
Posts: 32
Joined: Sat Sep 12, 2009 3:43 pm
Location: India

Re: email problem

Post by jaiswarvipin »

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.
bonanza
Forum Newbie
Posts: 7
Joined: Mon Apr 19, 2010 9:50 am

Re: email problem

Post by bonanza »

what is the configuration of the smtp that I should made
Post Reply