Jump to content

How to use phpmailer instead of the PHP Mail() Function?


Guest ybocktor

Recommended Posts

Guest ybocktor

Dear all:

How to use phpmailer instead of the PHP Mail() Function? for the server I'm hosting my web on does not support php mail() function. and the support team asked me to use phpmailer instead, I have no idea about, or how to do that, I need help

 

thanks

Link to comment
Share on other sites

Hi,

 

PHPMailer is a PHP class (basically a bunch of code packaged up the OOP way) that allows you to do everything that the PHP mail() function does, but also a whole lot more. From the official site:

 

PHP email transport class featuring file attachments, SMTP servers, CCs, BCCs, HTML messages, word wrap, and more. Sends email via sendmail, PHP mail(), QMail, or with SMTP. New PHPMailer for PHP5 released!!

 

You can download the free PHPMailer from sourceforge.

 

Let us know if you have trouble using it.

 

I hope that helps.

 

Stefan

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

Loading...
×
×
  • Create New...