Skip to main content

Notifications

Announcements

No record found.

Customer experience | Sales, Customer Insights,...
Suggested answer

Issue in sending mail using

Posted on by 218

Tried this way, but no use



SmtpClient
smtpClient = new SmtpClient("mail.MyWebsiteDomainName.com", 25);

smtpClient.Credentials = new System.Net.NetworkCredential("info@MyWebsiteDomainName.com", "myIDPassword");

// smtpClient.UseDefaultCredentials = true; smtpClient.DeliveryMethod = SmtpDeliveryMethod.Network; smtpClient.EnableSsl = true;

MailMessage mail = new MailMessage();

//Setting From , To and CC

mail.From = new MailAddress("info@MyWebsiteDomainName", "MyWeb Site");

mail.To.Add(new MailAddress("info@MyWebsiteDomainName"));

mail.CC.Add(new MailAddress("MyEmailID@gmail.com"));

smtpClient.Send(mail);


Does any one sample code or any working ref.. to send mail from outlook

Thanks


  • Suggested answer
    Kokulan Profile Picture
    Kokulan 18,048 on at
    RE: Issue in sending mail using

    Hi

    You could configure Email Server profile as explained in the doc link below

    docs.microsoft.com/.../connect-exchange-online

    Once you configured the Server Profile and the mailboxes, you can use the built in SendEmailRequest to send an email.

    Please refer to the link below

    community.dynamics.com/.../proper-way-to-send-email-from-plugin

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans