* @return The {@link akka.actor.Cancellable} that can be used to cancel the
* action.
*/
protected Cancellable sendMail(final String subject, final Body body,
final String recipient) {
return sendMail(new Mail(subject, body, new String[] { recipient }));
}