Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1.29 KB

File metadata and controls

60 lines (35 loc) · 1.29 KB

Send SMTP Email

Description

The "Send SMTP Email" Custom Step enables SAS Studio users to send an email message. It also allows for the setting of the message's importance, text color, and request a read receipt.

For more information, please refer to this article.

User Interface

Email Message Information tab

(Copy Recipients section collapsed)

(Copy Recipients section expanded)


Options tab

Email Setup tab


About tab

Requirements

  • Viya 2022.1.4 or later
  • SMTP Host and Port information
  • To email address
  • Email subject
  • Email body
  • Email importance - default is Normal

Refer to the SAS Viya documentation for more details about configuring an SMTP Email server: https://go.documentation.sas.com/doc/en/pgmsascdc/default/lepg/n1w4ntt16ty6gvn17e68ggvhspwm.htm


Usage

Send SMTP Email Custom Step Usage


Change Log

  • Version 2.0 (03APR2023)
    • Updated code to clear emailBody_count macro
  • Version 1.0 (17OCT2022)
    • Initial version