Gossamer Forum
Quote Reply
I need help
What do I put in this field if use windows?
$db_mail_path = ''; $db_smtp_server = '';
Quote Reply
Re: I need help In reply to
Well, it depends if you access to a sendmail program in your server. You need to find out from your hosting company...

If you do not have sendmail access, then you need to use the SMTP option, and the way that you configure the SMTP option is as follows:

Code:
$db_smtp_server = 'mydomain.com';

Change mydomain.com to your domain.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.


Quote Reply
Re: I need help In reply to
After added this script and when I try to mail the users I get this message
Unable to mail to 'for@example.net'. Reason: SMTP: connect() failed. reason: Can't assign requested address
Quote Reply
Re: I need help In reply to
 
Code:
$db_smtp_server = 'mydomain.com';

Change mydomain.com to the name of your domain...do not put the www or put an account with the @ sign...Just use the example I have given...now twice.

Smile

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.