333.8. 电子邮件示例 在本例中,我们要使用字符串模板来发送订单确认电子邮件。电子邮件模板在 StringTemplate 中为 laid out,如:本例可用于 camel 2.11.0。如果您的 camel 版本小于 2.11.0,则变量应该启动并以 $ 结尾。 Dear <headers.lastName>, <headers.firstName> Thanks for the order of <headers.item>. Regards Camel Riders Bookstore <body> Dear <headers.lastName>, <headers.firstName> Thanks for the order of <headers.item>. Regards Camel Riders Bookstore <body> Copy to Clipboard Copied! Toggle word wrap Toggle overflow java 代码如下: 前一个下一个