--
You received this message because you are subscribed to the Google Groups "rundeck-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rundeck-discu...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
#
# Email settings
#
# recipient addresses to send email (comma separated)
framework.email.tolist = root
# email address appearing in message "from" field
framework.email.from = run...@rundeck.anaplan.com
# email address replies should go
framework.email.replyto = do-not-reply
# The rdeck email relay host. must be a functioning smtp relay server
framework.email.mailhost = rundeck.anaplan.com
framework.email.mailport = 25
# User/pass info if the smtp server requires it
framework.email.user =
framework.email.password =
framework.email.ssl = false
framework.email.failonerror = true
Use grails.mail.default.from within your rundeck-config
http://rundeck.org/docs/administration/configuration.html#notification-email-settings
--
grails.mail.host=ec2-rundeck.anaplan.comthen restart rundeck.
grails.mail.port=25
grails.mail.default.from=rundeck...@rundeck.anaplan.com