Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Email not working, I have IIS and APACHE


Shiva39

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...