Skip to content

Instantly share code, notes, and snippets.

@jdmr
Created January 6, 2012 14:49
Show Gist options
  • Save jdmr/1570898 to your computer and use it in GitHub Desktop.
Save jdmr/1570898 to your computer and use it in GitHub Desktop.
Alfresco mail configuration
#
# Outbound Email Configuration
#-------------
mail.host = smtp.gmail.com
mail.port = 465
mail.protocol = smtps
mail.username = test@gmail.com
mail.password = myGmailP455W0rD
mail.encoding = UTF-8
# New Properties
mail.smtps.starttls.enable=true
mail.smtps.auth=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment