EmailSenderService¶
-
public interface
EmailSenderService¶ The
EmailSenderServiceinterface provides a method for sending email.
Methods¶
send¶
-
void
send(Mail message)¶ Attempts to send the supplied email message. Adds an
org.motechproject.email.domain.EmailRecordentry to the log with the details of the activity.Parameters: - message – the message to send