Sendria (formerly MailTrap) is a SMTP server designed to run in your dev/test environment, catch any email you or your application is sending, and dis

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2025-07-31 19:30:02

Sendria (formerly MailTrap) is a SMTP server designed to run in your dev/test environment, catch any email you or your application is sending, and display it in a web interface instead of sending to real world. It help you prevent sending any dev/test emails to real people, no matter what address you provide. Just point your app/email client to smtp://127.0.0.1:1025 and look at your emails on http://127.0.0.1:1080.

I'm backend developer, not a frontend guy nor designer... If you are, and want to help, just mail me!. I think GUI should be redesigned, or at least few minor issues could be solved. Also, project requires some logo and/or icon. Again, do not hesitate to mail me if you want and can help :)

Also, if you have an idea how to enhance Sendria, please fill the ticket. Every idea, every feature request can help you, me and others!

As Sendria does not support TLS or SSL, it's very important to specify MAIL_ENCRYPTION=tcp (instead of the default MAIL_ENCRYPTION=null), otherwise you will get a Swift_TransportException (with error stream_socket_client(): unable to connect to null://127.0.0.1).

Leave a Comment
Related Posts