Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contact form email message issue #73

Open
priyankakadam opened this issue Jun 12, 2020 · 3 comments
Open

Contact form email message issue #73

priyankakadam opened this issue Jun 12, 2020 · 3 comments

Comments

@priyankakadam
Copy link

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

@x3r4n0
Copy link

x3r4n0 commented Nov 26, 2020

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

@dnkn78
Copy link

dnkn78 commented Feb 21, 2021

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants