Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: MrYogi on May 10, 2004, 07:32:45 PM
-
###### SMTP SOCKET SETUP - EMAIL SETTINGS ######
I am using http://www.phpsupporttickets.com/ on my sme server whic is setup intranet.
When I respond to the ticket, the email is not being sent to the user. I need to make the changes to the SMTP socket setup.
does anyone know what settings i need to put in the config.php for phpsupport tickets.
####### SMTP SOCKET SETUP - EMAIL SETTINGS #######
$socketfrom = 'admin@domain.com'; // EMAIL ADDRESS TO APPEAR IN FROM / REPLY FIELD
$socketfromname = 'Admin'; // NAME TO APPEAR IN FROM FIELD / REPLY FIELD
$sockethost = 'mail.domain.com'; // SMTP HOST TO SEND THE EMAILS VIA THE SMTP SOCKET
// USE SMTP AUTHENTICATION
$smtpauth = 'FALSE'; // SET THIS TO TRUE IF YOUR SMTP SERVER REQUIRES AUTHENTICATION
$smtpauthuser = 'admin@domain.com'; // SMTP USERNAME - USUALLY THE SAME AS YOUR MAILBOX
$smtpauthpass = ''; // SMTP PASSWORD - USUALLY THE SAME AS YOUR MAILBOX