Unable to send email via JavaMailPrime Messaging Exception
-
whenever I try to send test mail I am getting the error which is "Unable to send email via JavaMailPrime Messaging Exception"
-
You may want to review your SMTP settings, as this could indicate something was not set up correctly (prior to the test). Do you have any additional errors or logs that we can review with you?
Additionally, I would encourage you to review our documentation regarding setting up an SMTP service.
I hope this helps!
Thanks,
Josh -
I had the same issue with SMTP and how to configure it. I can confirm that most likely it is an issue with how you have configured your SMTP and FusionAuth.
BTW I have created this monorepo which utilizes FusionAuth, Docker, mailcatcher, NestJS, and NextJS. Check how I wrote
fusionauth.docker-compose.yml
and how terraform is configuring FusionAuth. I also jot down here and there some infos about them, so if you like you can definitely readREADME.md
files.I also appreciate it if you give it a star on GitHub.