Verify Emails

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
Line 3: Line 3:
 
This command scans your inbox for verification emails and opens the verification links.
 
This command scans your inbox for verification emails and opens the verification links.
  
The verify emails command goes inside the [[Connect To Mail Server|connect to mail server]] command. The connect to mail server command needs to be set up correctly with all required information before adding the verify email command. The verify email command will need to fetch the list of emails from the mail server.
+
The verify emails command goes inside the [[Connect To Mail Server|connect to mail server]] command.  
 +
 
 +
The connect to mail server command needs to be set up correctly with all required information before adding the verify email command.  
 +
 
 +
The verify email command will need to fetch the list of emails from the mail server.
  
 
[[File:verifyemails.png]]
 
[[File:verifyemails.png]]
  
* Subject Expression refers to the subject of the verification email. You can add wildcards and regex if needed.  
+
'''Subject Expression:''' refers to the subject of the verification email. You can add wildcards and regex if needed.
 +
 
 +
'''Url Expression:''' refers to the verification url that needs to be selected for the verification process. You can add wildcards and regex if needed.  
  
* Url Expression refers to the verification url that needs to be selected for the verification process. You can add wildcards and regex if needed.  
+
'''Delete Emails:''' allows you to select 3 options for deleting emails from your mail server. You can delete all emails on the mail server, delete only Processed verification emails or delete none of the emails on the mail server.
  
* Delete Emails allows you to select 3 options for deleting emails from your mail server. You can delete all emails on the mail server, delete only Processed verification emails or delete none of the emails on the mail server.
 
  
 
== Example ==
 
== Example ==

Revision as of 16:08, 25 April 2013

This command is an Email Command.

This command scans your inbox for verification emails and opens the verification links.

The verify emails command goes inside the connect to mail server command.

The connect to mail server command needs to be set up correctly with all required information before adding the verify email command.

The verify email command will need to fetch the list of emails from the mail server.

File:Verifyemails.png

Subject Expression: refers to the subject of the verification email. You can add wildcards and regex if needed.

Url Expression: refers to the verification url that needs to be selected for the verification process. You can add wildcards and regex if needed.

Delete Emails: allows you to select 3 options for deleting emails from your mail server. You can delete all emails on the mail server, delete only Processed verification emails or delete none of the emails on the mail server.


Example

connect to mail server("IMAP With SSL", "username@gmail.com", "password", "imap.gmail.com", 993) {
    verify emails("Verify Please", "http://www.ubotstudio.com/customers/login.locale=en", "Processed Verification Emails")
}

Running the script will verify the specified url in the verify email command. This script will delete only the Processed Verification Emails after verification is complete.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox