Hello,

On 02/27/2003 02:22 PM, Ricardo Fitzgerald wrote:
I've dl your class and read some of your test scripts, but it's not
working at all I tested using test_personalized_bulk_mail.php
And I got :'Error: it was not possible to send email message'

You most likely have a PHP configuration problem. It is hard to tell before you describe your system. Is it Windows or Unix/Linux? What do you have configured in the php.ini file.


Anyway, if you are using Windows, which is my guess, you need to send the message via an SMTP server. If you have it configured to send via a working SMTP server, you may be having one of many types problems that can only be cleared with the some information about that error.

In that case, try using in the script of that class named test_smtp_message.php changing it to use your SMTP server and set the smtp_debug variable to 1 so you can see the dialog with the SMTP server. That should help figuring what is your problem.

--

Regards,
Manuel Lemos


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to