-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SqlServerDatabaseMail: New resource #155
Comments
This is being worked on in pr #145. It is suggested to rename this resource to 'MSFT_SqlServerDatabaseMail' |
Renamed the title of this issue, and the title of the PR #145 (which has been submitted with a proposal). To everyone: Below is the proposed schema.mof as of today. Please give some feedback on this for improvements. For example, shouldn't ReplyToAddress be a string array? And how should the resource handle enabling and disabling of database mail? When the first 'Present' configuration it will enable database mail, and when the last is removed with 'absent' it should disable database mail? Or should it be an entire new resource to enable or disable database mail, and this proposed resource only adds "profiles"?
|
@randomnote1 and @nabrond Is
Module Identifier: Sql Name: PR moving closer to the finish line, I should fix code for 'Absent' and make it localized, after that I think we can merge the resource, so it can be improved later on. Basic stuff works (the parameters suggested in this issue). |
@johlju, I think that looks right. I had to re-read the guidelines to make sure. |
@randomnote1 Thanks! |
xdBmail is an additional resource I've been developing to setup the default database mail profile and account during SQL roll out.
Usage - configure a default mail profile for SQL agent jobs and alerts.
The text was updated successfully, but these errors were encountered: