Thursday 05 April 2007 3:22:02 am
Hello Ismael,
1. Short yes :). You have several possibilities to achieve this. You must know that you will ever have to create a contentobject that represents the newsletter. The rendering is templated based so you can in your templates decide how and where to fetch the content. The first is, using the newsletter_issue class and add the articles to the relation list attribute 'topics'. By using the designs those will be directly shown in the sent emails. Another way is using a class with an XML field in it. There you could embed every object you want. Then you need to ensure, that you have overrides for those objects in your design (do not forget to use that design when running the cronjobs). And last but not least you could use some attributes in the newsletter content object and a template that fetches its content based on that data. For example you could have a relation attribute that points to a folder. The template could fetch all childs of that folder and send them with the newsletter.
2. Hmm I need some more details about that.
Have you tried our upcoming installer [1] ?
You can send yourself a preview of the newsletter during editing. Just fill the "preview email" text field with your address and click on "send preview" button. If you do not recieve a preview then you should check your email server settings. By default it will use sendmail. To send the newsletter have to execute the cronjobs like described in the install document [2]
[1] http://ez.no/community/news/ez_newsletter_1_5_beta_1_released [2] http://ez.no/download/add_ons/ez_newsletter/installation_instructions_for_ez_newsletter_1_5beta1
|