Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

email problem


dan05

Recommended Posts

Posted

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

Archived

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

×
×
  • Create New...