mailhog / MailHog

Web and API based SMTP testing
MIT License
13.8k stars 1.05k forks source link

Ability to customize Mail server headers #137

Open fredleger opened 7 years ago

fredleger commented 7 years ago

I do think that clearly displaying it's a fake smtp server (MailHog) on HELO is not a good idea. Any way to customize it through config ?

ian-kent commented 7 years ago

There isn't currently - out of interest, what would be the use-case for that? Since it's only designed to be used in testing, it shouldn't really matter what the server identity is?

But since adding an optional config parameter for it would be easy enough, I'll do it anyway 😄