Use global email settings to specify values for the following variables:
- Overwrite the default email header
- Overwrite the default email footer
- Specify the email address for Oomnitza emails
- Specify the name of the sender
Global Setting (Key) |
Description |
email.header |
When this key exists, it allows you to overwrite the default email header for all outgoing emails (system notifications, password reset, scheduled reports, approval requests and workflow notifications). Setting the email.header value allows you to reflect your corporate branding in the header of such emails. The value for this should include HTML code. It is recommended to enclose the header in a div tag with id message_header, like:
|
email.footer |
Similar to the email.header, this key allows you to overwrite the footer for all outgoing emails. Setting the email.footer value allows you to reflect your corporate branding in the footer of such emails or to include reminders about upcoming events. The value for this should include HTML code. It is recommended to enclose the header in a div tag with id message_footer, like: <div id="message_footer">your logo and header go here</div> When this key is set, the system will append the unsubscribe link below the footer. |
email.sender |
You can specify the email address of the sender for the emails that are sent by Oomnitza. You add a key called "email.sender" and a value for the sender address such as it@oomnitza.com. All of the emails sent from Oomnitza will use the email address as an alias. If the key isn't specified, the default sender address no-reply@<domain>.oomnitza.com is used. Please keep in mind that this does allow you to overwrite the email sender. However, the sending email server, the SMPT Server at our end, will remain the same and might be recognized as spam if not properly specified within your email system as a valid sender. Important |
email.sender_name |
The name of the person/organization/mailbox on whose behalf the email was sent. |
Comments
0 comments
Please sign in to leave a comment.