If you are writing the PHP application, I strongly suggest using the class from http://phpmailer.sourceforge.net/ instead of the native mail() function. The native mail() is a simple and insecure mail sending function. With the PHPMailer class, you can use SMTP AUTH to securely connect to your mail server.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gideon So Sent: Tuesday, June 13, 2006 2:14 AM To: [email protected] Subject: [xmail] php mail() function and smtp relay settings Hi, I have set up my smtp server to be a secure smtp server. Only users have pop3 accounts are allowed to send mail thru the server. On the other hand, I need to use php's mail() function for my website. It seems that I no longer can use the mail() function after I change the setting. Can anyone help. My settings: server.tab "EnableAuthSMTP-POP3" "0" smtprelay.tab "127.0.0.1" "255.255.0.0" "218.189.194.245" "255.255.255.0" smtp.ipmap.tab "0.0.0.0" "0.0.0.0" "ALLOW" "1" Gideon -- ||||::MigDal-Gad CrossNet Ltd::|||| ==We do the Best for Christ== Tel: 2671-7015 Fax: 3005-4526 Web: http://www.mcnet.com.hk - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
