Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
email_verifier:main_screen [2013-09-06 09:59] – [Export] svenemail_verifier:main_screen [2013-09-06 10:07] – [Verify] sven
Line 32: Line 32:
 {{ :email_verifier:email_verifier_verify_options.png |}} {{ :email_verifier:email_verifier_verify_options.png |}}
  
 +There are three ways on how to verify E-Mails.
 +
 +==== Quick Test ====
 +
 +This will just check the following:
 +
 +  * Syntax of E-Mail (e.g. illegal characters present or not)
 +  * Does the E-Mail domain exists (part after @)
 +  * Does the E-Mail have a valid SMTP-Server that can be used to contact it
 +
 +No SMTP-Server is contacted when doing this test. It can only tell you if that E-Mail could exists but it does not tell you if the mail account is still existing on the provider.
 +
 +==== Full Test ====
 +
 +This will do all of  the above and will try to connect to the SMTP-Server to send an E-Mail to it. However, no E-Mail will ever be delivered as sending is aborted before the final sending is happening, even with full simulate option.
 +
 +==== Scheduled Verification ====
 +
 +This will do a //Full Test// as well but let's you define the time and date when this should happen (e.g. at night when noone is in office).
 ===== Edit ===== ===== Edit =====