-
-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
batch-module needed for sending mails async #304
Comments
Can you share your code please? There'not much I can comment here, except that you shouldn't need the batch-module for simple async sending. |
sure can :-) I added the library in my SBT project like following: and used it like following:
When sending the mail I get following exception:
Edit: If I remove ".async()" it works as intended, but not async ;-) |
Released in 4.7.5 |
So this was a regression bug, or huge oversight on my part, you can say. Surprisingly, this didn't come up before in a bug report, I'm guessing most users just include the batch-module dependency. Thank you for bringing it here! |
thank you very much, for fixing that "issue" that quick! |
I just started using this library today and ran into this issue 2 minutes ago. Lucky for me this was fixed just a few hours after I started. Indeed a speedy fix - thank you! 😄 👍 |
Hah, glad it didn't get a chance to turn you away! |
Hello,
the documentation states that the batch-module is not required for simply sending mails async, however as soon as I try to send a mail async it states that the batch-module is required. Is this intended? Is the documentation not up to date?
Version of simple-java-mail I'm using is 6.4.4
thanks in advance!
Patrick
The text was updated successfully, but these errors were encountered: