Jump to content

Openemm running mailer

From TetraWiki
Revision as of 05:24, 3 December 2012 by Biswajit (talk | contribs)


==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" "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 .

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]