org.mmbase.applications.email
Interface SendMailInterface

All Superinterfaces:
SendMailInterface
All Known Implementing Classes:
AbstractSendMail, SendMail

public interface SendMailInterface
extends SendMailInterface

This extension of SendMailInterface also support multipart-mails.


Method Summary
 boolean sendMultiPartMail(String from, String to, Map headers, MimeMultipart mmpart)
          Sends a 'multipart' mail.
 
Methods inherited from interface org.mmbase.module.SendMailInterface
expand, sendMail, sendMail, sendMail, verify
 

Method Detail

sendMultiPartMail

public boolean sendMultiPartMail(String from,
                                 String to,
                                 Map headers,
                                 MimeMultipart mmpart)
Sends a 'multipart' mail.



MMBase build 1.8.1.20060716