Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Urgent help needed about E-Mail


Shiva39

Recommended Posts

I installed OSCOMMERCE into my system, everything is working just fine, except the all the mail function, I can't send email to customer, and i can't orders in email.

I set the basic settings in the admin page to use SMTP, Enable MIME, and Send mail true. Still nothing is working. Do I need to configure anything in my server?

I believe I did configure this in php.ini

[mail function]

; For Win32 only.

;SMTP = mozart.inet.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 =

 

my server is spssthailand.com I have both apache, and IIS running. What to do? Please alot of help is needed.

 

THE PROBLEM IS WHEN I CLICK SEND MAIL, IT SHOWS THAT THE MAIL HAS BEEN SENT BUT THERE IS NOTHING ON THE RECEIVING SIDE INBOX.

PLEASE HELP ME.

Link to comment
Share on other sites

I installed OSCOMMERCE into my system, everything is working just fine, except the all the mail function, I can't send email to customer, and i can't orders in email.

I set the basic settings in the admin page to use SMTP, Enable MIME, and Send mail true. Still nothing is working. Do I need to configure anything in my server?

I believe I did configure this in php.ini

[mail function]

; For Win32 only.

;SMTP = mozart.inet.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 =

 

my server is spssthailand.com I have both apache, and IIS running. What to do? Please alot of help is needed.

 

THE PROBLEM IS WHEN I CLICK SEND MAIL, IT SHOWS THAT THE MAIL HAS BEEN SENT BUT THERE IS NOTHING ON THE RECEIVING SIDE INBOX.

PLEASE HELP ME.

 

I am currently working on the same problem. One thing I found by watching my mailserver log files is that the emails were being stopped by the mailserver because of bad address. The address was coming from my php.ini. Try to take out the comment here...

 

; For Win32 only.

;SMTP = mozart.inet.co.th ...Remove the ;

SMTP = localhost comment out this line

smtp_port = 25

 

after I did this then I was seeing the messages comming into the server. Of course they are now being stopped because of authorization problems but I think that is something else in my server.

 

Make sure you restart your web server after you edit the php.ini

 

Good Luck

"Every time I idiot proof something... The world comes out with a better idiot"

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...