Openemm running mailer: Difference between revisions
No edit summary |
|||
| (7 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
[[category:Openemm]] | [[category:Openemm]] | ||
==How to Run Mailing Campaign on Openemm Server | ==How to Run Mailing Campaign on Openemm Server== | ||
| Line 12: | Line 12: | ||
"email";"firstname";"gender";"lastname";"mailtype";"title" | "email";"firstname";"gender";"lastname";"mailtype";"title" | ||
"aa_bharman@rediffmail";"Dear";0;"Sir";1;"Mr" | |||
For example : "aa_bharman@rediffmail";"Dear";0;"Sir";1;"Mr" | |||
All fields importants | All fields importants | ||
Mailtype - 0 is text , 1 is html - 2 offline HTML ( images etc gets embedded in the mail ) | Mailtype - 0 is text , 1 is html - 2 offline HTML ( images etc gets embedded in the mail ) | ||
you can create this via excel and save it as cvs | you can create this via excel and save it as cvs | ||
4. Import this via recipient menu , choosing "Second" ( already created profile ) and import in created Mailing list . | 4. Import this via recipient menu , choosing "Second" ( already created profile ) and import in created Mailing list . If Matching profile is not created then create a matching profile as per the format of CSV . | ||
5. Create New Mailling via wizard .Paste the HTML and upload the images | 5. Create New Mailling via wizard .Paste the HTML and upload the images | ||
| Line 27: | Line 29: | ||
You are ready to shoot mails . | You are ready to shoot mails . | ||
==Tips For creating HTML mailer == | |||
Open a New Mailing via Mailing --> New Mailing on the Left Bar | |||
Do Not use Wizard , please use Normal so that it Opens up Basic mailing setup window | |||
# Give a '''Unique''' name . | |||
# Select the Right '''Mailing List''' . | |||
# Mailing Type should be Normal. | |||
# Fill Subject , Sender Full Name , Sender E-mail Address , Reply-to Full Name , Reply-To Email Address . Reply-TO email address has to be different from your send email address . | |||
# Once you have save the basic information , please open '''Show Template''' and paste your HTML and TEXT contents in the Marked Boxes . | |||
# For Images , replace the images by '''"[agnImage name="actual_image_name.ext"]"''' and upload the image via '''picture component''' tab. This way the images will be available directly from this server . It helps in creating Mailer with embedded Images . | |||
Testing or Verification can be done via | |||
# '''Content''' Tab will allow to see the mailer . you have to have test recipient defined in mailing list . Preview will allow to have look and feel of the mailer with all Links etc | |||
# Send mail to test or admin recipient and verify the mailer in all the respect . Under the Tab of '''Send mailing''' , you can choose to '''Send test mails to the test recipients''' . | |||
==HTML Mailer Related == | ==HTML Mailer Related == | ||
1. For offline Image visibility , Please upload the image via "Picture Components" | 1. For offline Image visibility , Please upload the image via "Picture Components" | ||
In the HTML Template use following as example | |||
In the HTML Template use following as example for changing the Images path | |||
img src="[agnIMAGE name="img_01.jpg"]" | img src="[agnIMAGE name="img_01.jpg"]" | ||
| Line 37: | Line 59: | ||
Dear [agnFIRSTNAME] [agnLASTNAME] | Dear [agnFIRSTNAME] [agnLASTNAME] | ||
Please note to have First name and lastname to be visible , it is mandatory to upload database with last name and Firstname . | |||
Latest revision as of 07:55, 12 January 2013
How to Run Mailing Campaign on Openemm Server[edit]
1. Please logging at http://Serverip_or_Name/logon.do with the details given
2. Create New mailling list via left side panel of Mailling list
3 . Create cvs file having following format
"email";"firstname";"gender";"lastname";"mailtype";"title"
For example : "aa_bharman@rediffmail";"Dear";0;"Sir";1;"Mr"
All fields importants
Mailtype - 0 is text , 1 is html - 2 offline HTML ( images etc gets embedded in the mail )
you can create this via excel and save it as cvs
4. Import this via recipient menu , choosing "Second" ( already created profile ) and import in created Mailing list . If Matching profile is not created then create a matching profile as per the format of CSV .
5. Create New Mailling via wizard .Paste the HTML and upload the images
6. Create test recipient for this mailling list and send test mail to check the mail in its true form .
You are ready to shoot mails .
Tips For creating HTML mailer[edit]
Open a New Mailing via Mailing --> New Mailing on the Left Bar
Do Not use Wizard , please use Normal so that it Opens up Basic mailing setup window
- Give a Unique name .
- Select the Right Mailing List .
- Mailing Type should be Normal.
- Fill Subject , Sender Full Name , Sender E-mail Address , Reply-to Full Name , Reply-To Email Address . Reply-TO email address has to be different from your send email address .
- Once you have save the basic information , please open Show Template and paste your HTML and TEXT contents in the Marked Boxes .
- For Images , replace the images by "[agnImage name="actual_image_name.ext"]" and upload the image via picture component tab. This way the images will be available directly from this server . It helps in creating Mailer with embedded Images .
Testing or Verification can be done via
- Content Tab will allow to see the mailer . you have to have test recipient defined in mailing list . Preview will allow to have look and feel of the mailer with all Links etc
- Send mail to test or admin recipient and verify the mailer in all the respect . Under the Tab of Send mailing , you can choose to Send test mails to the test recipients .
HTML Mailer Related[edit]
1. For offline Image visibility , Please upload the image via "Picture Components"
In the HTML Template use following as example for changing the Images path
img src="[agnIMAGE name="img_01.jpg"]"
2. For Using Firstname and Lastname , use following tags in HTML Template
Dear [agnFIRSTNAME] [agnLASTNAME]
Please note to have First name and lastname to be visible , it is mandatory to upload database with last name and Firstname .