email newsletter

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
10/27/2010 1:01:45 AM
Gravatar
Total Posts 33

email newsletter

Hi Joe/folks,

Is there a possibility to programmatically create an email newsletter template or populate newsletter content. Kind of the newsletter content has to be populated from the database or alternatively atleast from a rss feed / webservice. Did see business1 and template1 templates with plain html in there but not sure how to get the data from the db into the email newsletter template. A sample code snippet would be great.

Thanks

Nave

10/27/2010 7:21:40 AM
Gravatar
Total Posts 18439

Re: email newsletter

It is not currently possible unless you build a custom newsletter solution of some kind.

In general one has to consider the differences between email clients and web browsers. There are lots of things you can do in web page content viewed in a web browser that cannot be done in email. Even styling html cannot be done the same in email and has many limitations. So this does not make it really feasible to integrate web page content in email newsletters easily. Our newsletter feature does not try to do that, it only provides a way to author and send newsletters.

Best,

Joe

10/27/2010 9:26:38 AM
Gravatar
Total Posts 33

Re: email newsletter

Thanks Joe for the immediate response. I could alternatively get the data from db and inject as pure html into the newsletter content. while sending. I tried to do this way in a newsletter send event. But not sure if that is the place where I could do it.  I am okay with having a standard template and using it but atleast looking for ability to include pure html into the template while sending. Is it a good idea to write to the standard template using file system object while sending. I really appreciate finding an event to intercept in the sending process so I could inject the pure(acceptable email format) html into the newsletter content (is it letter.content in the letteredit.aspx?).

thanks

Nave

11/19/2010 3:53:33 PM
Gravatar
Total Posts 0

Re: email newsletter

Can you provide me some leads/hint as to how I could go ahead with custom newsletter solution. I could get the data and emit it into an html fragment and then if I could get the newsletter pickup this fragment, that could be one way of doing. Let me know your thoughts.

You must sign in to post in the forums. This thread is closed to new posts.