public interface EmailRepository
void
send(String fromAddress, String[] toAddresses, String subject, String body)
send(String fromAddress, String toAddress, String subject, String body)
void send(String fromAddress, String toAddress, String subject, String body)
void send(String fromAddress, String[] toAddresses, String subject, String body)
Copyright © 2013–2017 V5 Analytics. All rights reserved.