The config should just be one big string: app[:email_configuration] = '[email protected]
AuthUser=User AuthPass=Password UseSTARTTLS=YES ' Regards, On Fri, Jan 22, 2016 at 3:00 AM, William Fleming <[email protected]> wrote: > Looking for a little more insight here. In my scalr-server.rb file I have > setup the following for SMTP Server Settings: > > # Email Server Settings > > app[:email_mailserver] = 'email-smtp.us-west-2.amazonaws.com:25' > > app[:email_configuration] = '[email protected]' > > app[:email_configuration] = 'AuthUser=User' > > app[:email_configuration] = 'AuthPass=Password' > > app[:email_configuration] = 'UseSTARTTLS=YES' > > I then run a reconfigure. > > When I look at the ssmtp.conf file, it is updated with the configuration > settings however it does not add in the AuthUser or AuthPass. Am I doing > something wrong here? > > -wf > > > On Thursday, May 21, 2015 at 8:08:41 AM UTC-6, Thomas Orozco wrote: >> >> Hi there, >> >> Scalr can use any SMTP server to deliver mail through. SES should work. >> >> You can get started here and look for email configuration (it's under app >> options): https://scalr-wiki.atlassian.net/wiki/x/RgAeAQ. First you'll >> have to set *app[:email_mailserver]*. >> >> There might be a bit of work to configure email in addition to just the >> mailserver (e.g. usernames, etc.). Internally, Scalr uses SSMTP, here are >> the docs for SSMTP's configuration file: >> http://linux.die.net/man/5/ssmtp.conf. You can include those settings in >> *app[:email_configuration]*. >> >> Cheers, >> >> -- Thomas | Product Manager @ Scalr | [email protected] | www.scalr.com | >> blog.scalr.com >> >> On Thu, May 21, 2015 at 4:08 AM, Akshay Sharma <[email protected]> >> wrote: >> >>> I have installed Scalr 5.3.2 (Open Source Edition). How to configure >>> Scalr to send mails or critical alerts? >>> >>> Also, can I use the SES mailing service provided by AWS? If yes, where >>> should I set the config? >>> >>> Thanks >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "scalr-discuss" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- > You received this message because you are subscribed to the Google Groups > "scalr-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Regards, Daniele Testa | Solutions Engineer @ Scalr | [email protected] | www.scalr.com | blog.scalr.com -- You received this message because you are subscribed to the Google Groups "scalr-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
