You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 27, 2022. It is now read-only.
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!