Browse Source
Merge pull request #23251 from abpframework/auto-merge/rel-9-2/3850
Merge branch rel-9.3 with rel-9.2
pull/23252/head
maliming
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
1 additions and
5 deletions
-
.github/workflows/build-and-test.yml
-
framework/src/Volo.Abp.Emailing/Volo/Abp/Emailing/EmailSettingProvider.cs
|
|
|
@ -56,10 +56,6 @@ jobs: |
|
|
|
with: |
|
|
|
dotnet-version: 9.0.100 |
|
|
|
|
|
|
|
- name: chown |
|
|
|
run: | |
|
|
|
sudo chown -R $USER:$USER /home/runneradmin |
|
|
|
|
|
|
|
- name: Build All |
|
|
|
run: ./build-all.ps1 |
|
|
|
working-directory: ./build |
|
|
|
|
|
|
|
@ -8,7 +8,7 @@ namespace Volo.Abp.Emailing; |
|
|
|
/// Defines settings to send emails.
|
|
|
|
/// <see cref="EmailSettingNames"/> for all available configurations.
|
|
|
|
/// </summary>
|
|
|
|
internal class EmailSettingProvider : SettingDefinitionProvider |
|
|
|
public class EmailSettingProvider : SettingDefinitionProvider |
|
|
|
{ |
|
|
|
public override void Define(ISettingDefinitionContext context) |
|
|
|
{ |
|
|
|
|