View Full Version : Automatic send out of user name and password to subscriber
youggle
9th June 2004, 09:23 AM
my system shows a this " error in sending confirmation email" then defaults to postsignup.php.
no email is sent to the affilate whom has signed up?
Alin
9th June 2004, 05:21 PM
Put to english leanguage again . When i set another language it seems to be the problem . I hope to be solve soon .
youggle
10th June 2004, 12:17 AM
no not fixed, im guessing it must be a setting somewhere as the broadcast mail system is not working either? any suggestions?
mark
10th June 2004, 08:44 AM
Hello,
the problem when sending emails can be caused by two things:
1. PHP is not configured properly. POST Affiliate Pro relies on PHP when sending emails, and if the PHP configuration is not correct, no emails can be sent.
You can test this by creating simple script with content
<?
if(mail("your@emailaddress.com", "Test Subject", "Line 1\nLine 2\nLine 3"))
echo "mail sent OK";
else
echo "error sending email";
?>
then start the script, and you should see the result. Also, if it works, you should receive that test email.
If you'll not receive emails, you should contact your webhosting company to configure PHP properly.
2. when using another language version, there must exist email template in this new language version, otherwise the email will be not sent again.
regards,
mark
youggle
10th June 2004, 09:28 AM
thanks for your quick reply.. cheers im onto them to fix it, will let you know.. must complement that its a very tidy program to use. five stars for this one mark.. and service... :)
vBulletin® v3.7.3, Copyright ©2000-2010, Jelsoft Enterprises Ltd.