naylwin Posted December 28, 2006 Posted December 28, 2006 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
naylwin Posted December 29, 2006 Author Posted December 29, 2006 I fixed with ini_set("SMTP","****"); ini_set("smtp_port","25"); ini_set("sendmail_from","****@Domain.com");
bonamona Posted February 21, 2007 Posted February 21, 2007 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?
naylwin Posted May 5, 2007 Author Posted May 5, 2007 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");
Guest Posted May 30, 2007 Posted May 30, 2007 Hi naylwin, Sorry to gate-crash this one dudes... but thanx for that code snippet. Really easy to install, yet functions perfectly Great Post :)
naylwin Posted June 23, 2007 Author Posted June 23, 2007 Those who had the trouble above might want to try this contribution. It works fine for me and enhances the emails with html format. Contribution Link: http://www.oscommerce.com/community/contributions,5233 Support Forum: http://www.oscommerce.com/forums/index.php?showtopic=267237 Hope this will help someone. Thanks, nay
caniol Posted June 1, 2008 Posted June 1, 2008 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!
RNRF Posted March 28, 2012 Posted March 28, 2012 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.