clear Posted February 2, 2008 Posted February 2, 2008 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.
Guest Posted February 3, 2008 Posted February 3, 2008 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.
clear Posted February 3, 2008 Author Posted February 3, 2008 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?
bpopelar Posted February 3, 2008 Posted February 3, 2008 SMTP localhost localhostsmtp_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
clear Posted February 4, 2008 Author Posted February 4, 2008 Yea i was hoping that would work, but it did not. Oh well thanks! osCommerce is great
bpopelar Posted February 4, 2008 Posted February 4, 2008 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.