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 - ServerFaultSendmailResponse send(Mail m)
m - ServerFaultSendmailResponse send(org.apache.james.mime4j.dom.address.Mailbox from, org.apache.james.mime4j.dom.Message m)
from - m - ServerFaultSendmailResponse send(SendmailCredentials creds, java.lang.String domainUid, org.apache.james.mime4j.dom.Message m)
creds - SMTP credentialsdomainUid - m - ServerFaultSendmailResponse 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 - ServerFaultSendmailResponse send(SendmailCredentials creds, java.lang.String fromEmail, java.lang.String userDomain, org.apache.james.mime4j.dom.address.MailboxList rcptTo, java.io.InputStream inStream)
Copyright © 2023. All Rights Reserved.