mailhog / smtp

MailHog SMTP Protocol
MIT License
74 stars 31 forks source link

Hooks for SMTP extensions #2

Open dcormier opened 6 years ago

dcormier commented 6 years ago

It would be really useful if SMTP extensions could be supported. This would include replying with the added SMTP extensions in the EHLO response, and providing hooks so extensions can add functionality.

I'm attempting to support the SMTP Extensions for Internationalized Email (RFC 6531), but that's not possible with the current implementation.