Jump to content

Openemm running mailer: Difference between revisions

From TetraWiki
No edit summary
Line 21: Line 21:
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 28: Line 28:


You are ready to shoot mails .
You are ready to shoot mails .


==HTML Mailer Related ==
==HTML Mailer Related ==

Revision as of 09:28, 4 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

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 .