Skip to content

Commit

Permalink
Merge pull request #70 from ramangupta44/feature/add-smtp-config
Browse files Browse the repository at this point in the history
Feature/add smtp config
  • Loading branch information
chopkarmanoj authored Oct 10, 2023
2 parents 9ce8694 + 0ad6616 commit 547805c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ http://www.sitecore.net/xmlconfig/security/">
<!-- MAIL SERVER USER
If the SMTP server requires login, enter the user name in this setting
-->
<setting name="MailServerUserName" value="[email protected]" />
<setting name="MailServerUserName" value="sitecoresendemo.sitecoresend.io/[email protected]" />
<!-- MAIL SERVER PASSWORD
If the SMTP server requires login, enter the password in this setting
-->
Expand All @@ -27,7 +27,7 @@ http://www.sitecore.net/xmlconfig/security/">
If the SMTP server requires SSL, set the value to true.
The default value is: false
-->
<setting name="MailServerUseSsl" value="true" />
<setting name="MailServerUseSsl" value="false" />
</settings>
</sitecore>
</configuration>
2 changes: 1 addition & 1 deletion src/platform/Platform.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
</ItemGroup>
<ItemGroup>
<Content Include="App_Data\Xdts\Web.config.xdt" />
<Content Include="App_Config\Include\XmCloud.CustomSMTP.config" />
<Content Include="App_Config\Include\zz.Overrrides\XmCloud.CustomSMTP.config" />
<None Include="Platform.wpp.targets" />
<None Include="Properties\PublishProfiles\Local.pubxml" />
<None Include="README.md" />
Expand Down

1 comment on commit 547805c

@vercel
Copy link

@vercel vercel bot commented on 547805c Oct 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.