user/email/customize

Customize advanced Tecalis Signature email delivery options.

Request example

POST - {{host}}/user/email/config
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6...

{
    "use_my_email": false,
    "custom_from_name": "Tecalis Example via Tecalis Signature",
    "email_alias": "[email protected]"
}

Parameters


ParameterTypeRequiredDefaultDescription
use_my_emailbooleanYesfalseUse the email of your account as from instead of [email protected]. May need authorization in your server if using DMARC policies
custom_from_namestringYesnullSet a custom name to the from
email_aliasstringYesnullIf wnated to customize the user email displayed in the body of some email messages (by default, Tecalis Sign uses the users account email)

Response example

{
    "msg": {
        "custom_from": "[email protected]",
        "custom_from_name": "John Doe via Tecalis Signature",
        "email_alias": "[email protected]"
    },
    "disclaimer_1": "Remember that domains used in custom from emails may need to be authorized to be sent by Tecalis Sign servers if DMARC policies are active or they will be treated as phishing / spam.",
    "disclaimer_2": "Custom from names may be less susceptible to be treated as spam  if you add \"via Tecalis Sign\" or similar at the end (John Doe via Tecalis Signature)"
}