Options

Web client send mail with Graph

Hello,

On the windows client, we can send e-mail with outlook. With this method, e-mail send is saved in the outbox folder of the user.
On the Web client, I can send mail via smtp, ... but that don't save the mail in outbox
When searching throug the code, I see we can use smtp, or Graph to send these e-mail.

So, e-mail via Graph are saved in the outbox ?
AND what to do to configure Graph to Send Mail ?? Don't find anything about that ...


Thx


Answers

  • Options
    SanderDkSanderDk Member Posts: 497
    Hi @EuropaCuisson
    Yes you are right, when using SMTP you mail server are handling the trafic for your clients.
    If you use graph (API) you will be able to sent mail throw the clients email account (as long as they are running O365 and not a OnPremiss version)
    Here is an article from Docs:
    https://docs.microsoft.com/en-us/graph/outlook-send-mail-from-other-user
    For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.
  • Options
    EuropaCuissonEuropaCuisson Member Posts: 13
    I think it's intergrated into BC on the last version.
    But how to configure ?

    See on Table 77 : "IF GraphMail.IsEnabled AND GraphMail.HasConfiguration THEN BEGIN"
Sign In or Register to comment.