Hey there !
So I am just starting to work with Pebble & Spring Boot. One of my tasks for a project is to implement an email sender. I notice in your Home.pebble page, you have a form that takes a 'message'. The forms action is /emails. The same goes for the EmailController where your post mapping is also /emails. I am unable to find this 'emails' pebble page.
I am having a hard time figuring out how you're sending an email to a specific user.
Thanks in advance!
Hey there !
So I am just starting to work with Pebble & Spring Boot. One of my tasks for a project is to implement an email sender. I notice in your Home.pebble page, you have a form that takes a 'message'. The forms action is /emails. The same goes for the EmailController where your post mapping is also /emails. I am unable to find this 'emails' pebble page.
I am having a hard time figuring out how you're sending an email to a specific user.
Thanks in advance!