email

hi guy's, I have a problem and I hope you guys can help me. When members register with my website, they are suppose to receive a confirmation email or if the forget their password, they are suppose to receive an email. The website isn't sending the emails.


This is my cron settings in Cpanel: ***** cd /home/adultswi/public_html/periodic; /usr/local/bin/php -q cron.php

I read the cron tutorial.

Quote · 9 Apr 2011

Dolphin use plain php mail() function to send mail as default, please use a custom php script that uses mail() function so you can see that you are able to send mail, else you have to change your code to use for example pear mail to send your mail to a smtp server directly. I'll share my quick and dirty pear mail for sending mails via smtp shortly.

Quote · 9 Apr 2011

thanks

Quote · 10 Apr 2011

Check the code sharing section and see if you have pear mail installed and use that instead, that way you send your mail directly to a mail server and don't have to worry how your ISP / VPS is setup with mail.

Quote · 10 Apr 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.