17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 837 Views |
-
Newsletter Setup Problem

16 November 2008 at 12:18pm
I am trying to set up the Newsletter management, and testing using the standard template at:
http://doc.silverstripe.com/doku.php?id=newslettersytemhelpThe only instructions I can find is to include this in the mysite>templates>email folder as newsletter.ss
I have done this, and it is saying it is sending, but I am receiving no emails. Have I missed anything? do I need to include a php file anywhere? or anything in a _config.php file?
Can anyone advise me? or point me to any instructions?
-
Re: Newsletter Setup Problem

16 November 2008 at 3:46pm Last edited: 16 November 2008 3:46pm
Are you sure about the email servers?
You will have to make sure the setting of the php.ini is correct.
<?php
mail("your email", "Test", "This is a test msg");
?>run a code like this if it works fine then your newsletter must work fine too, otherwise you will have to correct the php.ini settings.
regards!
| 837 Views | ||
|
Page:
1
|
Go to Top |


