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
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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.