How can I send email in localhost with bamboo?

Hello ,
For test, I need to test html email in my localhost project , but how can I test it ? please note that I am supposed to use bamboo on my project.

thanks

1 Like

The docs contain information on testing:

https://hexdocs.pm/bamboo/Bamboo.Test.html

You might find the information there helpful.

Edit: or if you want to manually test:

https://hexdocs.pm/bamboo/Bamboo.EmailPreviewPlug.html

2 Likes

Thank you @axelclark, I have seen these pages but I had thought that their docs are for terminal test , not html preview.
I will test It , I send the comment to continue post whether I have an error.

thank you again.

The EmailPreviewPlug should work for you.

1 Like