Import Emails
We can import emails in 2 different ways.
Import from a mysql database and import from a file.
Import From MySQL
We can import emails from a mysql database.
Here we can enter the database details and the field names to import.
The emails from the database will be added to the selected list.
Import From File
In this section we can import emails from a txt file or csv file.
First select the email list and choose the csv/txt file. Now select the fields to import and move them to the right column by clicking the right direction arrow. Then enter the separator character and the enclosing character.
Example: Consider the email address and name in a csv file as given below.
“[email protected]”,”Name1″
“[email protected]”,”Name 2″
Here the separator character is , (comma) and the enclosing character is ” (quotes).
Note: Please make sure that the starting quotes and ending quotes are same.