Shiva39 Posted December 2, 2004 Share Posted December 2, 2004 Hey people, Please kindly consider this: My Email function is not working, I have set this in php.ini SMTP = mail.ldc.co.th and the port = 25 "mail.ldc.co.th is the SMTP server for [email protected] which i used as the store email address" I believe I have set everything in the admin page, send mail = true, use MIME format. It doesn't show any error, it shows that mail has been sent. But when i look in the receiving side's INBOX nothing was there. I have both IIS and APACHE installed, I have to seperate port for the HTML SERVER to be 80 and 8010. Do I have to do the same for SMTP server. I believe there's nothing wrong with the code but with how I set up the server. MY SMTP SERVER is MAIL.LDC.CO.TH FOR EMAIL [email protected] MY SERVER FOR OSCOMMERCE IS SPSSTHAILAND.COM TWO DIFFERENT SERVER. I even tried setting mailroot in IIS and use "mail@localhost" still not working. What action should I take next? Please Help Me Link to comment Share on other sites More sharing options...
Guest Posted December 2, 2004 Share Posted December 2, 2004 no you dont need to have two mailservers, iis is tempermental you can not use Customer Service <[email protected]> it must be just [email protected] Link to comment Share on other sites More sharing options...
Shiva39 Posted December 2, 2004 Author Share Posted December 2, 2004 Please explain more... I don't understand Thanks Mibble no you dont need to have two mailservers, iis is tempermental you can not use Customer Service <[email protected]> it must be just [email protected] <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
Guest Posted December 2, 2004 Share Posted December 2, 2004 check the usernames in the admin area of the store for the email address' being used Link to comment Share on other sites More sharing options...
Shiva39 Posted December 2, 2004 Author Share Posted December 2, 2004 Currently Email Address: [email protected] Email From: Sales <[email protected]> Send Extra order email to <[email protected]> Can it be like that? If yes? What do I need to set in php.ini? Link to comment Share on other sites More sharing options...
Guest Posted December 2, 2004 Share Posted December 2, 2004 No Customer Service <[email protected]> Yes [email protected] Link to comment Share on other sites More sharing options...
Shiva39 Posted December 2, 2004 Author Share Posted December 2, 2004 Did that, still not working. Where else to check. I believe it has something to do with my php.ini I just don't know what and maybe because of IIS and APACHE therefore I would maybe need different port? These are my settings in php.ini [mail function] ; For Win32 only. SMTP = mail.ldc.co.th ;SMTP = localhost smtp_port = 25 ; For Win32 only. sendmail_from = [email protected] ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). ;sendmail_path = Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.