Issue isn't really an issue, more of a conversation starter:
Mailhog seems pretty stale (stable).
So stable it's missing out on arm support.
Theres no ARM64 support on docker hub.
A few other have been moving their images over to anatomicjc/mailhog (source) for ARM support.
Would also like to suggest as a complete alternative:
Perhaps an idea is a selection of options for a generic mail plugin?
- Normal sendmail
- MailHog
- MailPit
Email is an important part of development still. If part of "The Great Armification", I'd hate for a staple like this module to miss out.
Interim, a fix for arm64 is:
mailhog:
type: mailhog
portforward: true
overrides:
image: anatomicjc/mailhog:1.0.1
hogfrom:
- appserver
Issue isn't really an issue, more of a conversation starter:
Mailhog seems pretty stale (stable).
So stable it's missing out on arm support.
Theres no ARM64 support on docker hub.
A few other have been moving their images over to
anatomicjc/mailhog(source) for ARM support.Would also like to suggest as a complete alternative:
Perhaps an idea is a selection of options for a generic mail plugin?
Email is an important part of development still. If part of "The Great Armification", I'd hate for a staple like this module to miss out.
Interim, a fix for arm64 is: