| Constructor and Description | 
|---|
Sendmail()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
send(Mail m)  | 
void | 
send(org.apache.james.mime4j.dom.address.Mailbox from,
    org.apache.james.mime4j.dom.Message m)  | 
void | 
send(java.lang.String domainUid,
    org.apache.james.mime4j.dom.Message m)  | 
void | 
send(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. 
 | 
void | 
send(java.lang.String fromEmail,
    java.lang.String userDomain,
    org.apache.james.mime4j.dom.Message m)
Send an email. 
 | 
public void send(java.lang.String domainUid,
                 org.apache.james.mime4j.dom.Message m)
          throws ServerFault
send in interface ISendmailServerFaultpublic void send(java.lang.String fromEmail,
                 java.lang.String userDomain,
                 org.apache.james.mime4j.dom.Message m)
          throws ServerFault
ISendmailsend in interface ISendmailfromEmail - Envelope fromuserDomain - Used to locate a valid SMTPServerFaultpublic void send(Mail m) throws ServerFault
send in interface ISendmailServerFaultpublic void send(org.apache.james.mime4j.dom.address.Mailbox from,
                 org.apache.james.mime4j.dom.Message m)
          throws ServerFault
send in interface ISendmailServerFaultpublic void send(java.lang.String fromEmail,
                 java.lang.String userDomain,
                 org.apache.james.mime4j.dom.address.MailboxList rcptTo,
                 org.apache.james.mime4j.dom.Message m)
          throws ServerFault
send in interface ISendmailfromEmail - Envelope fromuserDomain - Used to locate a valid SMTPrcptTo - the real recipientsm - ServerFaultCopyright © 2021. All Rights Reserved.