Email Verification
Introduction
Descriptions
-
Enable Email Verification
- If you enable email verification, new users will be sent an email containing a random string of characters to the address they provided during registration. At each login the system will prompt the user to enter the random string that was emailed to them, and until they do, they will not have full access to your system.
- Unlike the call-back verifiers of yore, this is not an effective method of eliminating duplicate accounts. And with sites like mailinator, it's not even an effective way of building a mailing list, since users can just use one-time accounts. The most useful feature of this option is probably that you can send a customized welcome message to your users after they sign up.
-
SMTP Host Name
- The host name of your SMTP provider, e.g. pop.broadband.rogers.com
-
SMTP User Name
- The user name to your account with your SMTP provider (this is optional since not all SMTP providers require a user name/password to authenticate)
-
SMTP Password
- The password to your account with your SMTP provider (this is optional since not all SMTP providers require a user name/password to authenticate)
-
Confirm SMTP Password
- Enter your password again, we just want to make sure you typed it correctly the first time
-
Message Subject
- The subject line for the email verification message
-
Message Body
- The body for the email verification message. Don't forget to include the placeholder [STRING] somewhere in the message, which will be replaced by the actual random string when the message is sent.