Sets the sender alias of the mailing with the provided id (the name that is displayed to the recipients, e.g. “XQ-News”).

Example

POST https://api.maileon.com/1.0/mailings/1/contents/senderalias
Content-type: application/vnd.maileon.api+xml
Accept: application/vnd.maileon.api+xml; charset=utf-8
Authorization: [XXX]

<?xml version="1.0" encoding="UTF-8"?>
<senderalias>TrustedMails</senderalias>

Status: 204 No Content