dan05 Posted June 22, 2003 Posted June 22, 2003 no emails at all are getting sent (eg, confirming orders etc), although I am not receiving any errors. i am using smtp and have this code in email.php if (EMAIL_TRANSPORT == 'smtp') { include(DIR_WS_INCLUDES . '/classes/class.smtp.inc'); $params['host'] = ''mail.host.com"; $params['port'] = 25; $params['helo'] = ''; $params['auth'] = TRUE; $params['user'] = ''user"; $params['pass'] = ''pass"; $send_params['recipients'] = array("$to_addr"); // The
Guest Posted June 22, 2003 Posted June 22, 2003 i am having the same problem, which i haven't solved yet - you can read my mad ramblings on this thread http://www.oscommerce.com/forums/viewtopic.php...8443&highlight=. I'll be working on this today, so if you have any further thoughts on it I'd be interested in knowing them. Although I'm using sendmail.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.