nextgen
Member
- Reaction score
- 0
- Location
- Fortuna, CA.
I need help setting up the email function in Shop Manager Plus. I've been in contact with Robert and he's been really helpful but I'm still not getting the email to work to notify techs of assigned jobs. I would like to use my Goaddy email address but will go with a gmail email. I currently have the email setup like it says to do in the knowledgebase for a gmail account. Still a no go on assigning jobs to techs. The email I assigned to myself and other techs are GoDaddy email addresses if that helps? Here is what it looks like on the knowledgebase:
$config['mailtype']='html';
$config['protocol']='smtp';
$config['smtp_host']='ssl://smtp.gmail.com';
$config['smtp_port']='465';
$config['smtp_timeout']='30';
$config['smtp_user']='username@gmail.com';
$config['smtp_pass']='password';
$config['charset']='utf-8';
$config['newline']="rn";
$config['mailtype']='html';
$config['protocol']='smtp';
$config['smtp_host']='ssl://smtp.gmail.com';
$config['smtp_port']='465';
$config['smtp_timeout']='30';
$config['smtp_user']='username@gmail.com';
$config['smtp_pass']='password';
$config['charset']='utf-8';
$config['newline']="rn";