Forum Moderators: phranque
Desirable features are :
1. Ability to send out fairly large HTML mails (abt 50 KB each) in the thousands per hour while placing minimum load on the mail server.
2. MIME-compliant, ie being able to send out both HTML and text format mails.
3. The ability to personalise some of the content of the mails generated, ie to be able to query for data from our SQL database, and create personalisation based on that.
4. Provision to define a standard template for the HTML email, and a web-based interface to enter the actual body of the email (some basic web authoring utility).
I feel that a combination of custom tags might be able to help us build this kind of system, while having to write as little code ourselves as possible.
Does anybody else have experience of building such a bulk mailing system for their site ? Can anybody recommend any custom tags or other solutions that would allow us to achieve this ?
Not sure if we should build from scratch, search for some existing code or buy a full product.
Any help or suggestions would be greatly appreciated.