No preview and sending via smtp?
Hi,
So I've got sendy up and running, almost. I understand that there's no option to send directly via smtp yet. However on the settings screen it says that if you don't have an amazon account setuo then email will be sent via the web server. What protocol does sendy use at the moment to send? Should I setup an smtp server on my web server? or is there another way to do it?
Secondly I've noticed that I cannot see my newsletter previews, I've set the upload folder permissions to 777.
Thanks, Kev
So I've got sendy up and running, almost. I understand that there's no option to send directly via smtp yet. However on the settings screen it says that if you don't have an amazon account setuo then email will be sent via the web server. What protocol does sendy use at the moment to send? Should I setup an smtp server on my web server? or is there another way to do it?
Secondly I've noticed that I cannot see my newsletter previews, I've set the upload folder permissions to 777.
Thanks, Kev
This discussion has been closed.
Comments
With regards to not being able to see previews, PM me your installation URL, email and login so that I check.
Thanks.
I saw that you're using Ubuntu. There is a setting in your server you need to change to
AllowOverride All
instead ofAllowOverride None
. Please see this article http://www.joeldare.com/wiki/linux:using_.htaccess_on_ubuntuDo you have any info on sending via php sendmail? Do I just need to edit one of the php files? I understand php doesn't support smtp authentication but for testing purposes that's fine we can allow relaying from the sendy box.
You don't need to enter an SMTP server address in order for PHP's mail function to work.
Do I need to edit one of your php files or should I write it myself?
I don't have amazon configured and none of my mails are arriving so I assume the php sending is failing for some reason. I haven't configured anything with regard to php sendmail so I can't work out how it could possibly send.
I have checked your installation and PHP's
sendmail
function is enabled. Have you checked your spam folder to see if it's there?If you need SMTP, it's coming on the next update which will be VERY soon.