Looking To Build A PHP Email Sender

Looking to build just one box, to add to my website that someone can enter their email and it will send what they entered to my email? If you know how or could link me to a tutorial that’d be great!

Emails are generally done using some sort of email library. Don’t use the default mail() function because it can fail at random times. Use PHPMailer or SwiftMailer.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.