Problem with sending mails

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
shakuraj
Forum Newbie
Posts: 2
Joined: Tue Feb 10, 2009 11:46 pm

Problem with sending mails

Post by shakuraj »

i want to send mail through php coding, but i am getting error as
"Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Unable to relay for someonelse@example.com"

can anyone please help me how to solve this problem.

Thanks in advance
Shakuntala C.H.
bonzai
Forum Newbie
Posts: 2
Joined: Wed Feb 11, 2009 8:55 am

Re: Problem with sending mails

Post by bonzai »

I guess you don't have a mail server installed, the mail function requires a sendmail program to be invoked to send mails
Post Reply