Home Forums Business Model Classes send email automatic

Viewing 2 reply threads
  • Author
    Posts
    • #6888
      Rafael ReisRafael Reis
      Participant

      is it possible to send an email automatic in outlook?

      Thanks,
      Rafael

      0
    • #6896
      Owen PondOwen Pond
      Participant

      It’s possible to send an email via server side integration with a MS Exchange server, but it is not possible to open Outlook or another email client and automatically send an email.

      To send an email server side you can use the (integration-send-receive) function after setting up the “Mail” channel on your environment. If the Mail channel is not configured properly in your environment, this will not work.

      Invoke integration-send-receive like -> (integration-send-receive to “Mail” ()) where to is a transfer object based on Mail.message. The below is an example of the transfer object.

      2
    • #6906
      Ed ShawEd Shaw
      Keymaster

      To see all the parts of the Mail type of message simply key

      (message <ctrl-space>

      and select “Mail” from the list of message types in a scratchpad or other script editor.

      0
Viewing 2 reply threads
  • You must be logged in to reply to this topic.