Hi community,
I am working on a requirement where I need to send emails to people using To, CC and Bcc recipients.
One solution that I see is to use SMTP client to send using X++, but we are having some technical issues with our SMTP server.
Second, If I want the email distributor batch to send my email using the selected email provider (SMTP/Graph/Exchange), how can I specify the cc and Bcc emails while creating a record in the SysOutgoingEmailTable?
Third, If I want to send email using Graph, how to do it in X++, and will it allow me to specify the To, cc and Bcc emails?
Thanks in advance.