Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Setup new email


clear

Recommended Posts

Posted

When i installed osCommerce i set the email to localhost. How can i setup it to leave from my gmail account, i have setup on gmail business account with [email protected] and i also have the imap information.

Posted
When i installed osCommerce i set the email to localhost. How can i setup it to leave from my gmail account, i have setup on gmail business account with [email protected] and i also have the imap information.

If you have osc installed on the pc and you want to send email from it, you will need to send email from your ISP.

Posted

SMTP localhost localhost

smtp_port 25 25

 

how can i change the localhost to my gmail server and change the port to my imap port, wont this work?

Posted
SMTP localhost localhost

smtp_port 25 25

 

how can i change the localhost to my gmail server and change the port to my imap port, wont this work?

The PHP Core values are defined in your php.ini file. The file is usually in the top level directory of your website; however, it may be located some where else. It all depends on your web hosting company.

 

In that file you will need to change the following statement:

 

SMTP = localhost

smtp_port = 25

 

Ben

Posted
Yea i was hoping that would work, but it did not. Oh well thanks! osCommerce is great

The actual values you set SMTP and smtp_port parameters to are based on your hosting company. Don't just use the "localhost" and port "25" values. They are most likely wrong.

 

Ben

Archived

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

×
×
  • Create New...