-
-
Notifications
You must be signed in to change notification settings - Fork 271
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
Test connection without sending email #116
Labels
Milestone
Comments
Not yet, but thanks for reporting. I think it's an interesting feature! |
bbottema
added a commit
that referenced
this issue
Nov 16, 2017
…ransportStrategy and anynomous / authenticated proxy)
Implemented for version 5.0.0. Should also work with (authenticated) proxy! |
bbottema
added a commit
that referenced
this issue
Nov 16, 2017
Looks good! |
Released as 5.0.0.rc1-SNAPSHOT. Add OSS' snapshots repo to find it in Maven. |
The docs should say that an error causes a MailException to be thrown. |
@mrj Indeed, I will update the documentation and Javadoc to indicate this. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
At this moment, I test whether a connection to the smtp server is valid or not, by executing this code:
That's why I need access to the Session object:
Is there another way to do this without actually sending an email and without using the Session object?
Thanks,
Best regards,
Steven.
The text was updated successfully, but these errors were encountered: