PHP Contact form script?

jeffr0

Regular Member
Joined
Sep 1, 2019
Messages
321
Reaction score
190
Hey guys, I made a contact form in PHP using mail() function, but using mail() is ungodly slow.. it takes hours for the email to arrive. I've read that you can setup your gmail account to allow SMTP and it is much faster. Does anyone have any ready made code that does this where I can copy and paste my own details into it? Look for both Contact.php (the contact form) as well as the php file to process the email

Thanks
 
Anyone that wants to code this for $?
 
Always use SMTP, that's a great idea, and the link above will work
PHP mails are too much of a hassle with all the delays
 
Back
Top