Vladislav Trotsenko
Vladislav Trotsenko
Hello, @cengizhancaliskan! Thanks for your interest! Yes, it can be solved here: 1. Main regex, `emailRegexPattern`: https://github.com/mocktools/go-smtp-mock/blob/d29f933cc7f5f26966000fb5e2fe5cca8f1c165a/consts.go#L56 Also we need to update `handlerMailfrom` and `handlerRcptto` dependent methods: 2. `handlerMailfrom#mailfromEmail`, composite...
@dantevvp Could you help with this issue?
@paulsjohnson91 Thanks for your notes! It works! ❤️ ❤️ ❤️
@benjamin-rood Yep, thank you Benjamin! It would be great, but after https://github.com/mocktools/go-smtp-mock/issues/150.
Thanks @mitar for your involvement! In the latest release already!
@benjamin-rood Sounds good. Okay, but let's complete race condition fix firsly ;)
Mates, @dandare100, @benjamin-rood! Could somebody provide an example of multiple `RCPT TO` command example? I expect that it should be somesing like: ``` RCPT TO: RCPT TO:[email protected],[email protected] ``` And it...
@dandare100 Thanks for your knowledge sharing, Mark! I'll play with some stdlib SMTP clients from ruby, python and go to make sure that it is exactly expected multiple `rcpt to`...
@dandare100 Thanks for java client examples ❤️ I think it can be configured behaviour against hardcoded. It will bring more flexibility and more context even from configuration, for example: ```go...
@dandare100, @benjamin-rood Already in latest (`2.0.0`) release 🚀