The method uses sendMailAsSeparateMails to send the message. If you have multiple identities to which you need to send the same mail, use the sendMailAsSeparateMails message and not this one @param recipientTO Identity for TO. Must not be NULL @param recipientsCC Identities List for CC. Can be NULL. @param recipientsBCC Identities List for BCC. Can be NULL @param template Mail template. Must not be NULL @param sender The senders identity. Can be NULL. In case of NULL thesystems send mail configuraton is used @return MailerResult with status and list of identites that could not bemailed to
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|