Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. #if($!{request.getParameter("send")} == 'true')
  2. Attempting to send mail...
  3. #set($error = $mailer.sendEmail(
  4. 'support@dotcms.com',
  5. 'jose@dotcms.com',
  6. 'The dotCMS MailTool',
  7. 'In painting, you have unlimited power. You have the ability to move mountains. You can bend rivers. But when I get home, the only thing I have power over is the garbage. - Bob Ross / Dans la peinture, vous avez un pouvoir illimité. Vous avez la possibilité de déplacer des montagnes. Vous pouvez plier les rivières. Mais lorsque je rentre à la maison, la seule chose que j\'ai sur le pouvoir est l\'ordure. - Bob Ross',
  8. true))
  9. #if($UtilMethods.isSet($error))
  10. An error was triggered.
  11. #else
  12. <p>Your message was sent</p>
  13. #end
  14. #end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement