Azure-Samples / communication-services-dotnet-quickstarts

Sample code for Azure Communication Services .Net quickstarts
MIT License
76 stars 104 forks source link

SMTP sample for email services #138

Open AdharshMMsft opened 7 months ago

AdharshMMsft commented 7 months ago

Purpose

C# Email SMTP code sample.

Does this introduce a breaking change?

[ ] Yes
[X ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[X] Other... Please describe: Adding a code sample for sending email using SMTP

How to Test

Run the SendEmailSMTP.sln project.

What to Check

Verify that the following are valid

Other Information

Added code samples, README.MD does not have any feedback form.