Last modified by SuperUwe Trueggelmann on 2025-05-26

From version 5.4
edited by SuperUwe Trueggelmann
on 2023-01-25
Change comment: There is no comment for this version
To version 5.2
edited by SuperUwe Trueggelmann
on 2023-01-25
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -701,8 +701,7 @@
701 701   ## Check if the mail we tried to send has failed to be sent
702 702   #set ($statuses = $mailResult.statusResult.getAllErrors())
703 703   #if ($statuses.hasNext())
704 - {{html}}
705 - <p>Something has gone wrong! Please do not try again!</p>
704 + <p>Sorry, something has gone wrong! Please do not try again!</p>
706 706   #set ($status = $statuses.next())
707 707   {{error}}
708 708   <p>I am sorry, but there was a problem with sending you your confirmation e-mail!</p>
... ... @@ -718,7 +718,6 @@
718 718   $status.errorDescription
719 719   <br>
720 720   {{/error}}
721 - {{/html}}
722 722   #else
723 723   An e-mail asking you to confirm your e-mail address was sent to ${xcontext.strEmail}.
724 724   Please check your inbox and click on the link to confirm your e-mail address!