Hello Phil, This is if you have your own mail server:
smtp_server localhost (mail server address) smtp_port 25 system_email_addr [email protected] (for example) email_username [email protected] (for example) email_userpass your_mail_count_password mail.smtp.starttls.enable 0 (1 if is TLS) mail.smtp.connection.timeout 30000 mail.smtp.timeout 30000 ...but if you prefer use gmail: * smtp_server = smtp.gmail.com * smtp_port = 587 * system_mail_addr = [email protected] * email_username = [email protected] * email_userpass = your_password_mail_count * mail.smtp.starttls.enable = 1 Regards Alvaro ..................... El vie, 26-06-2015 a las 19:02 +0200, phil escribió: > smtp_server localhost > smtp_port 25 > system_email_addr [email protected] > email_username XXXX64 > email_userpass XXXXXXXX > mail.smtp.starttls.enable 0 > mail.smtp.connection.timeout 30000 > mail.smtp.timeout 30000
