phpmailer

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
crazyphpprogrammer
Forum Newbie
Posts: 4
Joined: Fri Oct 28, 2011 5:20 am

phpmailer

Post by crazyphpprogrammer »

I have tried to use phpmailer class to send mail. But it shows the error Could not instantiate mail function.. I tried by replacing the "@mail" with "mail" in the phpmailer class, then it shows the error Server response 503 SMTP authentication required. I am using the mail function in the phpmailer class to send the mail. I am able to send the mail without the phpmailer class by using the mail() function in php. Can you please help.

Thanks in advance.
http://i-am-freelancer.blogspot.com/
Post Reply