<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> the CDash installation is on an AWS instance in the cloud</blockquote><div><br></div><div>Ok, that helps explain it and frame the context a bit then.<br><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
I guess I can try to set up SMTP with a localhost restriction on the<br>
AWS instance...<br></blockquote><div><br><br></div></div>That's likely the safest bet, in which you would configure a local mail server like postfix, sendmail, exim, etc. to accept localhost connections w/o credentials and to act as an SMTP relay to an external SMTP server.  That way the SMTP credentials are stored with the mail server configs, out of reach from the web server, vs a PHP config file that sits on the web server.  Amazon has a pretty easy guide to setting this up for a local mailserver to forward to the Amason SES SMTP server: <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-using-smtp-integrate.html">http://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-using-smtp-integrate.html</a>.  In this case, you would configure CDash to use localhost w/ no credentials for the SMTP server and then configure postfix (or other)  to relay to the amazon SMTP servers with the necessary credentials. <br><br></div><div class="gmail_extra">- Chuck<br></div></div>