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

Summary

Details

Page properties
Content
... ... @@ -701,10 +701,14 @@
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 +
704 704   {{html}}
705 705   <p>Something has gone wrong! Please do not try again!</p>
707 + {{/html}}
706 706   #set ($status = $statuses.next())
707 707   {{error}}
710 +
711 + {{html}}
708 708   <p>I am sorry, but there was a problem with sending you your confirmation e-mail!</p>
709 709   <p>The data you entered has most likely already been stored in our database, and will not need to be entered again.</p>
710 710   <p>Hence, please do not try entering the information again but instead send an e-mail to contact@cecocert.com informing us about the problem.</p>
... ... @@ -714,11 +714,10 @@
714 714   <p>We are sorry for the inconvenience!
715 715   <br>
716 716   <p>Error Message:</p>
721 + {{/html}}
717 717   Error: $status.errorSummary ($status.state)
718 718   $status.errorDescription
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!
© 2022 TruCert Assessment Services Inc.
V01-00