Administer > Status and notifications > Service Manager email solutions > Smart Email > Set up outbound email > Support of cc and bcc fields for outbound emails

Support of the cc and bcc fields for outbound emails

The Service Manager Server now supports the use of the cc, bcc, and reply.to fields when sending email out through the eventout queue.

In email eventout, the evsysopt field is used to determine whether you want to use these fields:

  • If this field is set to 0 or empty, the format for the evfields field is user.to^user.from^user.array^subject^text.
  • If this field is set to 1, the format for the evfields field is user.to^user.from^user.cc^user.bcc^reply.to^subjext^text.

Sample scripts

The following are two sample scripts for your reference.

Support of the CC and BCC fields in HTML Email notifications

Out-of-box, the CC and BCC fields are available when sending an HTML Email notification from a record. For details, see Send an HTML email message using the Notify option.