Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Email Setup Help


naylwin

Recommended Posts

Posted

Hi ,

 

I have setup OsCommerce on my site and could not send out the email to my customer. I have set both config.php files as follow:

 

define('SMTP_MAIL_SERVER','***');

define('SMTP_MAIL_SERVER_PORT', '25');

 

No email has been set!

 

Any help?

 

Thanks.

Nay

Posted

I fixed with

 

ini_set("SMTP","****");

ini_set("smtp_port","25");

ini_set("sendmail_from","****@Domain.com");

  • 1 month later...
Posted
I fixed with

 

ini_set("SMTP","****");

ini_set("smtp_port","25");

ini_set("sendmail_from","****@Domain.com");

 

excuse me. which php file should i put the above code in?

  • 2 months later...
Posted
excuse me. which php file should i put the above code in?

 

 

 

sorry it took me a while to response....

 

 

In catalog/includes/configure.php and

 

catalog/admin/includes/configure.php

 

 

 

replace ***** with your SMTP mail server

 

ini_set("SMTP","****");

ini_set("smtp_port","25");

ini_set("sendmail_from","****@Domain.com");

  • 4 weeks later...
Posted

Hi naylwin,

 

Sorry to gate-crash this one dudes... but thanx for that code snippet. Really easy to install, yet functions perfectly

 

Great Post :)

  • 4 weeks later...
  • 11 months later...
Posted

Thanks for the code snippet. It worked great! I've been trying to figure out how to make the email work for the last week. Thanks again!

  • 3 years later...
Posted

Hi

 

Im using Oscommerce 2.3 and im trying to configure my gmail account in my script , but i cant.

Can anyone help me ? What is the best way to do this ?

Is PHPMailer for OsCommerce a solution for 2.3 oscommerce ?

 

 

Thnks

Archived

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

×
×
  • Create New...