GCoyle_Phoenix Posted September 10, 2007 Share Posted September 10, 2007 Hi All Im still sorta new to programing in php and need a little help. I have the a mail script running on a server running php 4.3.1 with the followin config: sendmail_from [email protected] [email protected] sendmail_path no value no value short_open_tag On On SMTP smtp.bne.server-mail.com smtp.bne.server-mail.com smtp_port 25 25 however, i use the same scrip on a server running php 4.4.4 with the following config: sendmail_from no value no value sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i serialize_precision 100 100 short_open_tag On On SMTP localhost localhost smtp_port 25 25 i can not get the mail function to work correctly on the second config, could someone please let me know how i could over come this. Thanks in advance. Glenn Link to comment https://forums.phpfreaks.com/topic/68646-mail-function/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.