Attachments to transactional email

The Deliver TMS SOAP service supports attaching files to transactional email messages. TMS REST API does not support attachments to be transmitted as part of request.

By attaching files to transactional email, you can provide the email recipient with extra personalized information. For example, you can send a transactional email to confirm a concert ticket purchase and use attachments to provide a printable ticket and seating map. You cannot specify attachments for standard mailings.

When you enable a mailing for transactional email, you must specify how many attachments you want to send with the email message. Deliver places limits on the size of individual attachments and the total size of all attachments.

The transactional email request that is submitted to the Deliver TMS must contain the document content and information about each attached document. The email marketing team must work with application developers to provide the following information about each attachment.
  • The file name of the attachment
  • MIME content type of the file
  • Contents of the file
The method that is used to include attachments depends on the programming language and development tools that application developers use. For more information about how to provide attached content, see Attachments in transactional email requests.