私はogham APIを使用してテンプレートを使って電子メールを送信しています。私のクラスパスがどうなるかファイルのクラスパスjava
"/src/main/resources/template/parcio/SignupEmailTemplate.html"
-
service.send(new Email
("subject",
new TemplateContent
("classpath:/template/thymeleaf/simple.html", new SimpleBean
("foo", 42)), "<recipient address>"));
マイテンプレートに保存されている - 電子メールを送信するための は、のような行がありますか? 私はすでに "/template//parcio/SignupEmailTemplate.html"を使っています。エラーが発生しました
"テンプレートが存在しないか、アクセスできない可能性があります"。