Jump to content

Using PHPMailer


Recommended Posts

Hello

 

I am trying to email using mail() in my php script but it did not work.  After reading a few forums I've noted that i should be using PHPMailer...so i downloaded it.  Its now sitting on my C drive...and i have no idea how to use it.  I have read the sourceforge page but it doesnt make much sense to me.

 

Where should the downloaded file be saved on my computer?

How do i integrate it in wamp?

And how do i use it?

 

Please help.  Thanks

Link to comment
https://forums.phpfreaks.com/topic/51462-using-phpmailer/
Share on other sites

Look at these two tutorials to help you unpack the files: http://www.phpfreaks.com/tutorials/130/0.php  and  http://phpmailer.sourceforge.net/tutorial.html.  You'll need to make sure your php.ini file is modified to be able to initiate the class.phpmailer.php file and these two should help you do that.  Testing using the basic examples from either will let you know if you've successfully done everything neccessary to send email with phpmailer.

 

Hope that helps.

Link to comment
https://forums.phpfreaks.com/topic/51462-using-phpmailer/#findComment-257138
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.