Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

With Blueriq you can use the Service call type: AQ_Mailservice MailService to send an email. To create the service in Blueriq Studio:

  • Create a new Service call with servicetype AQ_MailService
  • Provide the to and from and optionally the cc or bcc parameters. You can use both string values or expressions, refer to the Service call type: AQ_Mailservice MailService description for the complete description.
  • Provide the details of your SMTP host
  • Provide the mail-asset parameter, in this case the ThankYouMail asset you have just created.

...