Monday 30 May 2011 5:35:43 am
Hello Fatima. In the newsletter tab you should create a cjw_newsletter_edition. Inside you can create cjw_newsletter_article. After that your newsletter become a "draft". After click on your draft newsletter. You have two buttons one for send a test and another for send the newsletter. Verify the settings in cjw_newsletter.ini :
[NewsletterMailSettings]
# smtp, sendmail, file
# newsletterTransportMethodCronjob=file
# test newsletter
TransportMethodPreview=sendmail
# subscribe, infomailTransportMethodDirectly=file
# where to store mails send by TransportMethod = fileFile
TransportMailDir=var/log/mail
# http://ezcomponents.org/docs/api/latest/introduction_Mail.html#mta-qmail# HeaderLineEnding# auto - try to find correct settings# default is LF# CRLF - windows - \r\n# CR - mac - \r# LF - UNIX-MACOSX - \nHeaderLineEnding=auto
# Configuration for SMTP
SmtpTransportServer=
SmtpTransportPort=25
SmtpTransportUser=Smtp
TransportPassword=# Connection type in SMTP: <empty>(no encryption)|ssl|sslv2|sslv3|tls
SmtpTransportConnectionType= You have tree methods for sending mail. mail/smtp/file In a first time check if your newsletter test works. After you can send the real newsletter. You sould execute two scripts for sending the newsletter : - php runcronjobs.php -s siteaccess cjw_newsletter_mailqueue_create - php runcronjobs.php -s siteaccess cjw_newsletter_mailqueue_process Romain
Romain Bremaud
Les clefs du net
|