Change comment:
Upload new image sendmailwait.png
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -21,7 +21,7 @@ 21 21 mail.sender.sendWaitTime = 10000 22 22 {{/code}} 23 23 24 -The configuration parameter can also be changed from the [[Mail Admin UI>>Mail Application]]:24 +The configuration parameter can also be changed from the Mail Admin UI: 25 25 26 26 {{image reference="sendmailwait.png"/}} 27 27 ))) ... ... @@ -28,15 +28,7 @@ 28 28 * We now save both an error summary and a full error description when a mail fails to be sent when using the Database Mail Listener. This allows to see the full stack trace of the problem to more easily debug it.((( 29 29 {{image reference="sendmailerror.png"/}} 30 30 ))) 31 -* The Mail Type is now displayed in the [[Mail Sender Status Admin UI>>Mail Application]]:((( 32 -{{image reference="mailtype.png"/}} 33 -))) 34 34 * The ##MailResult.isSent()## API has been renamed to ##MailResult.isProcessed()## to avoid thinking that it'll return true if all mails have been sent successfully. What it does is simply return true when all mails have been processed, whether they've been sent successfully or not. 35 -* A new scripting API has been added to set the mail type:((( 36 -{{code language="none"}} 37 -$message.setType("Some type") 38 -{{/code}} 39 -))) 40 40 41 41 == Wikis == 42 42