Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SMTP Mail not Working


rizzir

Recommended Posts

HI All,

I am having problems setting up mail.

My site is installation Windows OS.

I guess that means i cant use sendmail and have to use smtp mail.

 

Now From Admin panel i have setup the mail to

 

 

E-Mail Options

E-Mail Transport Method : smtp

E-Mail Linefeeds : CRLF

Use MIME HTML When Sending Emails : false

Verify E-Mail Addresses Through DNS : false

Send E-Mails : true

 

I found somewhere in forum that i will have to also config. email.php file (in catalog/includes/classes/ and

 

catalog/admin/includes/classes) fixed my Windows/SMTP problems

 

Right after if (EMAIL_TRANSPORT == 'smtp') {

 

add this:

 

ini_set(SMTP,"your.smtp.server.address");

ini_set(smtp_port,"25");

ini_set(sendmail_from,"[email protected]");

 

Did that but still my mail is not working?

I would really appeciate any help or point me to right direction regards

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...