alanrenouf / vCheck-vSphere

vCheck Daily Report for vSphere
MIT License
735 stars 327 forks source link

SMTP server config - Auth and SSL support #144

Open Sneddo opened 10 years ago

Sneddo commented 10 years ago

Now that we are using the .NET mail code introduced for resource handling, we have some more configuration options which we should aim to support (mostly because it annoys me when I am required to authenticate on our internal Exchange server!):

I'd also like to try to flag configuration items with dependancies somehow- it doesn't make sense to force the user to configure SMTP settings if $SendEmail is $false for example. But this is a longer-term goal I think.

Sneddo commented 10 years ago

SSL support has been added.

Need to look at authentication options and (more importantly) how to handle settings. i.e. Use integrated auth, or record username/password (using SecureString). How can we efficiently do this in the settings without having multiple variables...

Current settings handling is starting to show its constraints :(