We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c08000 commit bcae134Copy full SHA for bcae134
modules/core-module/src/main/java/org/simplejavamail/api/mailer/Mailer.java
@@ -86,7 +86,7 @@ public interface Mailer {
86
* @return A {@link CompletableFuture} that is completed immediately if not <em>async</em>.
87
* @throws MailException Can be thrown if an email isn't validating correctly, or some other problem occurs during connection, sending etc.
88
* @see java.util.concurrent.Executors#newFixedThreadPool(int)
89
- * @see #validate(EmailWithDefaultsAndOverridesApplied)
+ * @see #validate(Email)
90
*/
91
@NotNull CompletableFuture<Void> sendMail(Email email, @SuppressWarnings("SameParameterValue") boolean async);
92
0 commit comments