Monday 02 February 2009 2:36:37 am
Hi. I'm new to EzPublish especially with the EzNewsletter extension. I'm trying to test newsletter sending but without any success. I've created several newsletters via the admin interface, under the Newsletter tab, but when clicking on the "Send preview" button, I have no more newsletter on my email box. I'm just trying to send newsletter to my own email address just to test it works fine. All newsletter newly created are marked "not sent" in their status. I erased date and time when creating a preview but no newsletters are sent. Here are my email settings in the site.ini.append.php :
[MailSettings]
Transport=smtp TransportServer=127.0.0.1 And here my settings in the eznewsletter.ini.append.php ;
<?php /*
#[HostSettings]
# Set the default host for sent newsletters here #defaulthost=http://yourfrontpage.com
[HostSettings] defaulthost=http://127.0.0.1/ez2/index.php
[NewsletterAutomapping]
autoMapping=enabled
newsletter_issue[pretext]=pretext newsletter_issue[posttext]=posttext
[NewsletterAutomapping]
# Enable if attributes of the newslettertype should be mapped to the content object
autoMapping=disabled
# Define the mapping (shema: contentClass[contentClassAttribute]=newsletterTypeAttribute)
# Example if you want to map the attribute 'pretext' from the newsletterType to the attribute 'pretext' of the 'newsletter_issue' content class you do the following
# newsletter_issue[pretext]=pretext
#newsletter_issue[pretext]=pretext #newsletter_issue[posttext]=posttext
[NewsletterSendout]
#Select transport class for newsletter sendout. Valid values are SMTP, sendmail or File for pregeneration.
#If SMTP selected, SMTP server must be defined in siteaccess or override settings.
#
#Transport class for preview sendout
PreviewTransport=smtp
#Transport class for newsletter sendout via cronjob Transport=smtp
[NewsletterTypeSettings]
# Class limitation prevents the use of classes as newsletter which are not in this list, if empty all classes can be used
#ClassLimitation[] #ClassLimitation[]=newsletter_issue
[NewsletterReadcount]
# If confidentRedirect is enabled the read module will not check if the given object has been sent with the newsletter
# This is usefull when you want to count clicks on links which are not in the relation to this object but added by the template
confidentRedirect=enabled
# Possible redirectTargets are:
# object = after readcount the user will be redirected to the view of the given object
# newsletter = will redirect the user to the view of the newsletterobject and adds the object as a viewparameter redirectTarget=newsletter
[RecurrenceSettings] conditionExtensions[] */ ?> What could be the causes of this problem ? What do I have to configure and where please ? Thank you for your help. Best regards,
|