Property name | Type | Default value | Description | Example |
---|
default.email.account.send.smtp | Big Integer | Account ID | Default email account for sending emails by SMTP protocol. |
|
sent_email.limit | Integer | Not defined | The number of emails processed per each operation. |
|
simple.email.append.timezone | Boolean | True | Append system timezone to dates and times in the sent email. |
|
simple.email.journal.lines | Integer | Not defined | A number of journal entries (Additional comments, Work notes, etc.) included in email notifications (-1 means all). | 3 |
simple.email.smtp.active | Boolean | True | Email sending enabled. |
|
simple.email.smtp.default_retry | Boolean | True | Resend email when a server returns unknown SMTP error codes. |
|
simple.email.smtp.defer_retry_ids | String | Not defined | Resend email if server returns these SMTP error codes. | 421,450,451,452 |
simple.email.smtp.enable_ssl | Boolean | False | Enable SSL over SMTP for safer mailing. |
|
simple.email.smtp.fail_message_ids | String | Not defined | Do not resend the email if the server returns these SMTP error codes. | 500,501,502,503,504,550,551,552,553,554 |
simple.email.test.user | String | Not defined | Send all emails to this test email address during non-production testing. | user@example.com |
simple.email.watermark.visible | Boolean | True | Creates a visible watermark in the sent emails. If false, creates an invisible watermark via a hidden div tag. |
|
simple.ui.activity.email_roles | String | Not defined | User Roles that are able to view emails in the Activity formatter when the option "Sent/Received Emails" is enabled. | admin |