Skip to content

Instantly share code, notes, and snippets.

@Astr0surf3r
Created April 8, 2013 20:41
Show Gist options
  • Save Astr0surf3r/5340297 to your computer and use it in GitHub Desktop.
Save Astr0surf3r/5340297 to your computer and use it in GitHub Desktop.
diaspora.yml mail section
## This should match the common name of the certificate
## the SMTP server sends. If he sends one.
host: 'smtpout.secureserver.net'
port: 465
## Authentication required to send mail. Use one of 'plain',
## 'login' or 'cram_md5'. Use 'none' if server does not support
## authentication
authentication: 'plain'
## Credentials to log in to the SMTP server - may be necessary if
## authentication is not 'none'
username: 'usernamegodaddy'
password: 'passwordgodaddy'
## Automatically enable TLS? Ignored if authentication is set to none
#starttls_auto: true
## The domain for the HELO command if needed
#domain: 'qaligo.com'
## OpenSSL verify mode used when connecting to a
## SMTP server with TLS. Set this to none if you have
## a self signed certificate. Possible values:
## 'none', 'peer', 'client_once', 'fail_if_no_peer_cert'
openssl_verify_mode: 'none'
## Ignore if method isn't 'sendmail'
sendmail: ## Section
## The path to the sendmail binary.
#location: '/usr/sbin/sendmail'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment