huan / docker-simple-mail-forwarder

Simplest and Smallest Email Forward Service based on Docker.
https://hub.docker.com/r/zixia/simple-mail-forwarder/
Apache License 2.0
544 stars 88 forks source link

Help for prefix or suffix / regex forwarding #121

Open taimaiduc opened 1 year ago

taimaiduc commented 1 year ago

I love this tool so much. Can we also have more flexibility for config by forwarding email

Example:

From a_user1@xxx.dev => forwarding user1@xxx.com

From *_user1@xxx.dev => forwarding user1@xxx.com

From *_user2@xxx.dev => forwarding user2@xxx.com

huan commented 1 year ago

Thanks!

I’d love to accept a PR to implement that. (Please do not forget with the unit tests.