public class SingleMailQueueItem extends AbstractMailQueueItem
mailThreader| Constructor and Description |
|---|
SingleMailQueueItem(Email email) |
| Modifier and Type | Method and Description |
|---|---|
Email |
getEmail() |
void |
send()
Attempt to send the mail item.
|
String |
toString() |
compareTo, getDateQueued, getSendCount, getSubject, hasError, incrementSendCount, setMailThreaderpublic SingleMailQueueItem(Email email)
public void send()
throws MailException
MailQueueItemMailException - If there is a problem sending the mail itempublic Email getEmail()
Copyright © 2018 Atlassian. All rights reserved.