StartBootstrap / startbootstrap-modern-business

A multipurpose Bootstrap full website template created by Start Bootstrap
https://startbootstrap.com/template/modern-business/
MIT License
1.02k stars 1.18k forks source link

Contact form email message issue #73

Open priyankakadam opened 4 years ago

priyankakadam commented 4 years ago

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

x3r4n0 commented 3 years ago

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

dnkn78 commented 3 years ago

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.

James-P-Bennett commented 3 years ago

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