Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help


jerry_000

Recommended Posts

<_< [email protected]

The server where?s my Internet site to be able to send mail requires of the following configuration

 

$params['host'] = 'xxx.xxx.xxx.xxx'; // The smtp server host/ip

$params['port'] = xx; // The smtp server port

$params['helo'] = 'xxxxx.xxx'; // What to use when sending the helo command. Typically, your domain/hostname

$params['auth'] = TRUE; // Whether to use basic authentication or not

$params['user'] = '[email protected]'; // Username for authentication

$params['pass'] = 'xxxxxx'; // Password for authentication

 

In which file is due to introduce the data and if it is possible knowledge that way?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...