alexy_marier Posted February 15, 2004 Posted February 15, 2004 Hi, I have a problem with the mail function in oscommerce ... actually my webserver has set the mail() function in php to work with a flag ... look what they told me when I emailed them ... [Feb 6, 2004 12:12:44 PM]A: Any PHP page that uses the mail() function should use the mail function with a sendmail flag. For example, a mail() function that is normally used like this: mail( $mailto, $mailsubj, $mailmsg, $mailheader ); should in fact be used like this: mail( $mailto, $mailsubj, $mailmsg, $mailheader, "[email protected]"); Note the sendmail flag at the end of the function "-f" followed by the e-mail address mail is sending from. [Feb 6, 2004 12:30:13 PM]A: Please make the modifications shown in my last e-mail to the following files: ./myserver.com/admin/includes/classes/email.php ./myserver.com/catalog/includes/classes/email.php So I did what they told me, but whenever someone subscribe to my oscommerce, they don't receive any email to confirm the registration, and so on... Does anyone ever had this problem, please help me! Alexy Marier
Recommended Posts
Archived
This topic is now archived and is closed to further replies.