PHP contact script send by SMTP?


Garry

Recommended Posts

You'll need to create an email account to send from then since you're not using the mail() function then you're probably best to utilize a mailing library.  Here are a few examples of them:

http://swiftmailer.org/
https://github.com/PHPMailer/PHPMailer

 

If it's a third party application a lot of them already can interface with SMTP.  You just need to tell them the SMTP server and a username and password.

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