Skip to main content

Notifications

Dynamics 365 Community / Forums / Finance forum / How to change the send...
Finance forum
Unanswered

How to change the sender of an email using Microsoft Graph?

Posted on by 715
Hello,
I have created a class that I use for sending emails, depending on how the system is configured for email sending. Currently, we are using Microsoft Graph. Unfortunately, I am unable to change the sender. Can anyone suggest how to do this?
Here is a snippet of the code. I am using the SysMailerMessageBuilder class to create the message.
 
/.../ 
messageBuilder.setFrom(sender);

 Map sysMailers = SysMailerFactory::getMailers();
 SysIMailer mailer = sysMailers.lookup(SysEmailParameters::find().MailerNonInteractive);

 if (mailer is SysIMailerNonInteractive)
 {
     SysIMailerNonInteractive nonInteractiveMailer = mailer;
     nonInteractiveMailer.sendNonInteractive(messageBuilder.getMessage());
 }
 
Categories:
  • MichaelTorres Profile Picture
    MichaelTorres 33 on at
    How to change the sender of an email using Microsoft Graph?
    Hello,
     
    Make sure the account used with Graph has "Send As" or "Send on Behalf" permissions for the desired sender, or if you’re using application permissions, check that it’s configured to send on behalf of other mailboxes.

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

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Coming on 11/8!

In our never-ending quest to help the Dynamics 365 Community members get answers faster …

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,888 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 229,247 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans