Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
email_verifier:main_screen [2013-09-06 09:59] – [Export] svenemail_verifier:main_screen [2015-07-15 13:28] (current) – external edit 127.0.0.1
Line 2: Line 2:
 ====== Main Screen ====== ====== Main Screen ======
  
-{{ :email_verifier:email_verifier_main_gui.png |}}+{{ :email_verifier:email_verifier_main_gui.png?400 |}}
  
 ===== Import ===== ===== Import =====
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 =====
  
Line 39: Line 58:
  
 {{ :email_verifier:email_verifier_tools.png |}} {{ :email_verifier:email_verifier_tools.png |}}
 +
 +You have various tools to choose from.
 +
 +==== Autosave List ====
 +
 +==== Blacklist check ====
 +
 +==== Summary ====
 +
 +Shows the summary of the verification process with statistics of <color green>Verified</color>, <color red>Unverified</color> and <color yellow>Unsure</color> replies.
 +
 +==== Clear Cache ====
 +
 +Some replies from SMTP-Servers are cached in case they do not allow a verification. In that szenario it would make no sense to contact them again and again. But if you change some importen things on your settings like the proxy, it might allow you to access that SMTP-Server again. In that case it makes sense to clear the cache and try to verify again.
 +
 +==== Randomize E-Mail List ====
 +
 +The E-Mails in the list get shuffled and randomized.
 +
 +==== Sort by domain ====
 +
 +The E-Mails in the list are sorted by there domain (user@**domain.com**).
 +
 +==== Check for Updates ====
 +
 +Does a quick check if there are updates for the program available. This happens also when you startup the program.
 +
 +