I would like to ask few questions about the Module:
Is it possible to add new fields to the Mailing list members? If so, how it affect on the import/export?
Is it possible to send newsletter to more than one group of mailing list at once?
Does the module support RTL ? how it will shown on client mail side (such as outlook, gmail...)?
Do I have ability to control on the rate of mails sending when I have mass amounts of subscribers? (lets say 10,000 subscribers and above) If not, how the process goes? is it try to send all at once or there is a different way?
About the statistics - is it all generic statistics or can I have a detailed report about all of the mailing list? (who open, didn't open, delivery failed...) Also, Is there any log file that contains the server process ? (all out-going/in-going mails from server)
1. The short answer is no, there is no build in support for this. BUT you could accomplish the same thing using something that we call "Render Tasks" (http://www.youtube.com/watch?v=Qp3SMrD4bjc).
2. At the moment, no. But this may be something that we should consider for upcoming versions?
3. Are you talking about "Right to left"-languages? Should be possible, you have 100% control over the markup in the e-mail. What do you need to support it?
4. I don't understand what you mean by "rate"? But the emails are send one at a time using the configured SMTP. The send out is performed in its on thread.
5. All the information is in the database, but there is no build in "over all" statistics.
6. When it comes to logging, the send outs are not logged but any errors are catched and logged (you can see a list of errors on the analytics-page). Other errors are added to the umbraco log.
Few questions about the module
Hello,
I would like to ask few questions about the Module:
If so, how it affect on the import/export?
If not, how the process goes? is it try to send all at once or there is a different way?
Also, Is there any log file that contains the server process ? (all out-going/in-going mails from server)
Hi Edan!
Thank you for show you interest in the package!
1. The short answer is no, there is no build in support for this. BUT you could accomplish the same thing using something that we call "Render Tasks" (http://www.youtube.com/watch?v=Qp3SMrD4bjc).
2. At the moment, no. But this may be something that we should consider for upcoming versions?
3. Are you talking about "Right to left"-languages? Should be possible, you have 100% control over the markup in the e-mail. What do you need to support it?
4. I don't understand what you mean by "rate"? But the emails are send one at a time using the configured SMTP. The send out is performed in its on thread.
5. All the information is in the database, but there is no build in "over all" statistics.
6. When it comes to logging, the send outs are not logged but any errors are catched and logged (you can see a list of errors on the analytics-page). Other errors are added to the umbraco log.
// Markus
is working on a reply...