catch(ProviderException pe)
{
throw new DeliveryException(pe);
}
log.debug(byteArrayDataSource.getName() + " sent to: " + mail.formatRecipients(";"));
}
public byte[] getDeliveredReport(DeliveredReport deliveredReport) throws DeliveryException
{
throw new DeliveryException("Method getDeliveredReport not implemented by EMailDeliveryMethod");