Last modified by Thomas Mortagne on 2017/03/24

<
From version < 10.1 >
edited by Vincent Massol
on 2015/01/08
To version < 13.1 >
edited by Vincent Massol
on 2015/01/08
>
Change comment: There is no comment for this version

Summary

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:
24 +The configuration parameter can also be changed from the [[Mail Admin UI>>Mail Application]]:
25 25  
26 26  {{image reference="sendmailwait.png"/}}
27 27  )))
... ... @@ -28,7 +28,15 @@
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 +)))
31 31  * 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 +)))
32 32  
33 33  == Wikis ==
34 34  
sendmailerror.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.VincentMassol
Size
... ... @@ -1,0 +1,1 @@
1 +65.2 KB
Content
sendmailwait.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.VincentMassol
Size
... ... @@ -1,0 +1,1 @@
1 +39.3 KB
Content

Get Connected