startbootstrap-modern-business icon indicating copy to clipboard operation
startbootstrap-modern-business copied to clipboard

Contact form email message issue

Open priyankakadam opened this issue 5 years ago • 3 comments

It does not send email to given email address. Tested locally

priyankakadam avatar Jun 12 '20 03:06 priyankakadam

same issue for me is it pissible to add smtp mailform with ssl support?

x3r4n0 avatar Nov 26 '20 10:11 x3r4n0

php mail() function doesn't work locally (e.g. xampp) unlesss you're expert. It doesn't work either on free hosting. To use mail /send email, use most popular PHPMailer library. I got it working with google smtp servers. You also have to give/activate permission to less secure apps in your google account's security tab.

dnkn78 avatar Feb 21 '21 10:02 dnkn78

php mail() function doesn't work locally (e.g. xampp) unlesss you're expert. It doesn't work either on free hosting. To use mail /send email, use most popular PHPMailer library. I got it working with google smtp servers. You also have to give/activate permission to less secure apps in your google account's security tab.

I second this, seems like the email template is more for frontend display purposes. You're better off having the backend done for that by scratch or deploy a CMS

James-P-Bennett avatar Jun 10 '21 10:06 James-P-Bennett