SMTP Setup
Learn how to start sending emails with Critsend.
Here are all the basic information you need to configure our SMTP service:
Server
smtp.critsend.com
Port
25 or 587
Username
[your CritSend username]...
Mon, 8 Sep, 2014 at 4:45 PM
First, make sure /etc/mail/access includes:
AuthInfo:smtp.critsend.com "U:CritSendUsername" "P:CritSendPassword" "M:PLAIN"...
Fri, 13 Jun, 2014 at 9:49 AM
To use CritSend's SMTP relay, your main.cf file should include:
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = static:YourCritSendUsername:Y...
Tue, 15 Apr, 2014 at 11:10 AM
Update /etc/exim4/update-exim4.conf.conf so that it looks like:
dc_eximconfig_configtype='smarthost'
dc_other_hostnames=''
dc_local_int...
Tue, 15 Apr, 2014 at 11:12 AM