@Deprecated public class EmailUtils extends Object
Constructor and Description |
---|
EmailUtils()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static EmailerI |
getEmailer()
Deprecated.
As of version 1.5.3, use the appropriate methods from the
SpringBasedMailServiceImpl class. |
static void |
sendEmail(List<javax.mail.internet.InternetAddress> to,
List<javax.mail.internet.InternetAddress> cc,
List<javax.mail.internet.InternetAddress> bcc,
String from,
String subject,
String message)
Deprecated.
As of version 1.5.3, use the appropriate methods from the
SpringBasedMailServiceImpl class. |
static void |
sendEmail(List<javax.mail.internet.InternetAddress> to,
String from,
String subject,
String message)
Deprecated.
As of version 1.5.3, use the appropriate methods from the
SpringBasedMailServiceImpl class. |
static void |
sendEmail(String to,
String from,
String subject,
String message)
Deprecated.
As of version 1.5.3, use the appropriate methods from the
SpringBasedMailServiceImpl class. |
@Deprecated public static void sendEmail(List<javax.mail.internet.InternetAddress> to, List<javax.mail.internet.InternetAddress> cc, List<javax.mail.internet.InternetAddress> bcc, String from, String subject, String message) throws org.apache.commons.mail.EmailException
SpringBasedMailServiceImpl
class.org.apache.commons.mail.EmailException
@Deprecated public static EmailerI getEmailer() throws Exception
SpringBasedMailServiceImpl
class.Exception
@Deprecated public static void sendEmail(List<javax.mail.internet.InternetAddress> to, String from, String subject, String message) throws org.apache.commons.mail.EmailException
SpringBasedMailServiceImpl
class.org.apache.commons.mail.EmailException
@Deprecated public static void sendEmail(String to, String from, String subject, String message) throws org.apache.commons.mail.EmailException, javax.mail.internet.AddressException
SpringBasedMailServiceImpl
class.org.apache.commons.mail.EmailException
javax.mail.internet.AddressException
Copyright © 2015 Neuroinformatics Research Group. All rights reserved.