public interface ISendmail
Modifier and Type | Method and Description |
---|---|
SendmailResponse |
send(Mail m) |
SendmailResponse |
send(org.apache.james.mime4j.dom.address.Mailbox from,
org.apache.james.mime4j.dom.Message m) |
SendmailResponse |
send(SendmailCredentials creds,
java.lang.String domainUid,
org.apache.james.mime4j.dom.Message m) |
SendmailResponse |
send(SendmailCredentials creds,
java.lang.String fromEmail,
java.lang.String userDomain,
org.apache.james.mime4j.dom.address.MailboxList rcptTo,
java.io.InputStream inStream) |
SendmailResponse |
send(SendmailCredentials creds,
java.lang.String fromEmail,
java.lang.String userDomain,
org.apache.james.mime4j.dom.address.MailboxList rcptTo,
org.apache.james.mime4j.dom.Message m)
Send an email using specific SMTP authentication.
|
SendmailResponse |
send(SendmailCredentials creds,
java.lang.String fromEmail,
java.lang.String userDomain,
org.apache.james.mime4j.dom.Message m)
Send an email using specific SMTP authentication.
|
SendmailResponse send(SendmailCredentials creds, java.lang.String fromEmail, java.lang.String userDomain, org.apache.james.mime4j.dom.Message m)
creds
- SMTP credentialsfromEmail
- Envelope fromuserDomain
- Used to locate a valid SMTPm
- ServerFault
SendmailResponse send(Mail m)
m
- ServerFault
SendmailResponse send(org.apache.james.mime4j.dom.address.Mailbox from, org.apache.james.mime4j.dom.Message m)
from
- m
- ServerFault
SendmailResponse send(SendmailCredentials creds, java.lang.String domainUid, org.apache.james.mime4j.dom.Message m)
creds
- SMTP credentialsdomainUid
- m
- ServerFault
SendmailResponse send(SendmailCredentials creds, java.lang.String fromEmail, java.lang.String userDomain, org.apache.james.mime4j.dom.address.MailboxList rcptTo, org.apache.james.mime4j.dom.Message m)
creds
- SMTP credentialsfromEmail
- Envelope fromuserDomain
- Used to locate a valid SMTPrcptTo
- the real recipientsm
- ServerFault
SendmailResponse send(SendmailCredentials creds, java.lang.String fromEmail, java.lang.String userDomain, org.apache.james.mime4j.dom.address.MailboxList rcptTo, java.io.InputStream inStream)
Copyright © 2021. All Rights Reserved.