Openemm running mailer: Difference between revisions
No edit summary |
|||
| Line 33: | Line 33: | ||
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"]" | ||
Revision as of 08:12, 5 December 2012
How to Run Mailing Campaign on Openemm Server
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 .
HTML Mailer Related
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 .