From Bright Pattern Documentation
Jump to: navigation, search
• 3.10 • 3.11 • 3.12 • 3.13 • 3.14 • 3.15 • 3.16 • 3.17 • 3.18

EMail

This block sends an email, with an attachment if so configured. It can be used together with the Record block to send recorded voice messages. For SMTP server configuration, see ServicePattern Contact Center Administrator Guide, section Email Settings.


Conditional Exits

  • Mail not sent – The message cannot be sent (if, for example, the SMTP server is down).


Settings

  • Title text - The name of the block instance.

  • From / Display name - The display name of the email sender. A scenario variable can be specified as the value using the $(varname) format.

  • From / Address - The email address of the email sender. A scenario variable can be specified as the value using the $(varname) format.

  • To / Address(es) - The email addresses of the intended recipients. If sending to multiple email addresses, separate email addresses using comma or semicolon. Scenario variables can be specified as values using the $(varname) format.

  • Message / Subject - The subject line of the email. Can contain scenario variables in the $(varname) format.

  • Message / Format - Specify the format for email: HTML (default) or Plain text.

  • Message / Body - The text to be sent as a message body. Can contain scenario variables in the $(varname) format. ServicePattern does not impose any limits on the size of the email.

  • URL of the recording to attach - The full HTTP URL of the voice recording previously done by a Record block. A scenario variable can be specified as the value using the $(varname) format. Typically, the Record block will store resulting URL in a scenario variable; this variable will be used by the EMail block. (Before version 3.7.7, a combination of the Record and Email scenario blocks were used to implement recording and distribution of voicemail messages. Starting from version 3.7.7 a new scenario block, called Voicemail, was introduced to combine the above functions and support various storage and playback options specific to voicemail.)

      < Previous | Next >
      < Previous | Next >