Office365 Send Mail enables users to send emails using their Microsoft Office365 accounts from within the application. It supports message creation and sending functions.
Technical Specifications
Email Sending: Sends an email according to the specified parameters. The return result type is Boolean (One).
true: Mail was sent successfully.
false: Mail could not be sent.
Parameters
settings (Object – required): Office365 connection settings. The Office365 integration defined in Configuration Manager must be selected.
subject (String – required): The subject of the mail.
body (String – required): The content of the email (can be HTML or plain text).
to (String – required): Recipients' email addresses.
cc (String – optional): Email addresses to be added to CC.
bcc (String – optional): Email addresses to be added to BCC.