Signup Email Verification

Developer Networks
Developer Networks
@developer-networks
10 years ago
566 posts
Just went live with one of my sites and ran in to a problem not sure the source just yet. But when a member signs up it dosent sent the email. They have to try logging in and ask it to resend.
updated by @developer-networks: 02/20/14 01:49:58PM
michael
@michael
10 years ago
7,717 posts
Could be a server mail sending problem. try the mail gun plugin. it allows me to send emails from a server that isn't even configured to send emails.
brian
@brian
10 years ago
10,148 posts
b360:
Just went live with one of my sites and ran in to a problem not sure the source just yet. But when a member signs up it dosent sent the email. They have to try logging in and ask it to resend.

Yeah most likely this is your server not setup to deliver email properly. You can test sending an email from the Communication -> Email Support -> Test Email tab.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
Developer Networks
Developer Networks
@developer-networks
10 years ago
566 posts
It works on my server with the test mail.

and to enable mail
apt-get install sendmail
is how ive configured php to send mail from my server. Much easier then mail gun setup. The mail gun system does work good ive used it before.

however for my set up its one line of code and done.

But the problem is the sign up is forcing the new members to try logging in and resend the verification email not that its not working at all. Then it sends an email.
updated by @developer-networks: 01/21/14 01:17:02AM
brian
@brian
10 years ago
10,148 posts
I apologize, but it's not clear to me where you are seeing a problem.. can you clarify?

Note as well you will have much higher delivery success using Mailgun than you will using your local sendmail...


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags