Skip to content

Adding option to se SMTP Use SSL to False, default is True#437

Merged
Petebro-MSFT merged 1 commit intomicrosoft:masterfrom
vlad-guerreiro:master
Mar 31, 2025
Merged

Adding option to se SMTP Use SSL to False, default is True#437
Petebro-MSFT merged 1 commit intomicrosoft:masterfrom
vlad-guerreiro:master

Conversation

@vlad-guerreiro
Copy link
Copy Markdown
Contributor

Fixes # Current code doesn't allow to set SMTP Use SSL to False, only the default True

Changes proposed in this pull request:

  • Allow the option to set SMTP Use SSL to False, the default remains True

How to test this code:

  • Set-RsEmailSettings -Authentication None -SmtpServer "smtp.server" -SMTPUseSSL $false -SenderAddress "SSRS@mail.server.com"

Has been tested on (remove any that don't apply):

  • Powershell 3 and above
  • Windows 7 and above
  • SQL Server 2012 and above

@vlad-guerreiro
Copy link
Copy Markdown
Contributor Author

After this is (hopefully) approved, its possible to generate a new release?

@Petebro-MSFT Petebro-MSFT merged commit 1d80f6d into microsoft:master Mar 31, 2025
2 checks passed
@vlad-guerreiro
Copy link
Copy Markdown
Contributor Author

Hi @Petebro-MSFT thanks for merging it, I can see that you bumped the version to 0.0.9.1, when should I expect this release to be available?
Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants