teamsleep Posted February 4, 2003 Share Posted February 4, 2003 my host says i cannot send email to address unless a parameter is speciify in the first or fifth of the mail send ... heres a cut and paste of what they require : In order for the script to work, you need to specify, via a fifth -f parameter, the domain from which the mail is being sent. The PHP component uses SMTP (Simple Mail Transfer Protocol), and all Fasthosts' SMTP servers have filters which ensure that the data returned by either the first or fifth mail parameter relates to one of your domains hosted by Fasthosts. <? mail( "[email protected]", "Feedback Form Results", $message, "From: $email", "[email protected]" ); header( "Location: http://www.yourdomain.com/thankyou.html" ); ?> HOW can i implement this intot eh email construct for oscommerce... im suppsoed to go liove this week and emails are not working still! Link to comment Share on other sites More sharing options...
teamsleep Posted February 4, 2003 Author Share Posted February 4, 2003 im wondering if gerneal.php is where i might need to change some stuff... ive tested the flag on another script i use and it now sends emails i put it as the fifth paremater inthe mail() send but am still unsure of how to make thesechanges to oscommerce.. thank you to anyone who can find a solution!!! Link to comment Share on other sites More sharing options...
teamsleep Posted February 6, 2003 Author Share Posted February 6, 2003 still having some probs on this..anyone else got a host that requires them to set a flag inthe send mail.. i can send to emails that are registerd on the hosts domains but outside it wont send!! Link to comment Share on other sites More sharing options...
rbftp Posted March 8, 2003 Share Posted March 8, 2003 I am too on Fasthosts! Please help!!! Did you manage to get it working? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.