public class TestmailPostcard
extends org.lastaflute.core.mail.LaTypicalPostcard
| Constructor and Description |
|---|
TestmailPostcard() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBcc(String bcc) |
void |
addBcc(String bcc,
String personal) |
void |
addCc(String cc) |
void |
addCc(String cc,
String personal) |
void |
addReplyTo(String replyTo) |
void |
addReplyTo(String replyTo,
String personal) |
void |
addTo(String to) |
void |
addTo(String to,
String personal) |
static TestmailPostcard |
droppedInto(org.lastaflute.core.mail.Postbox postbox,
org.lastaflute.core.mail.MPCall<TestmailPostcard> postcardLambda) |
protected String |
getBodyFile() |
protected String[] |
getPropertyNames() |
void |
setFrom(String from,
String personal) |
void |
setHostname(String hostname)
Set the value of hostname, used in parameter comment.
|
actuallyAddBcc, actuallyAddCc, actuallyAddReplyTo, actuallyAddTo, asDeliveryCategory, asReceiverLocale, assertArgumentNotEmpty, assertArgumentNotNull, async, attachPlainText, attachVarious, createAddress, createNativePostcard, createVariableMap, doAddBcc, doAddBcc, doAddCc, doAddCc, doAddReplyTo, doAddReplyTo, doAddTo, doAddTo, doSetFrom, dryrun, dryrunByGivenText, dryrunByGivenText, forcedlyDirect, getPostingDiscloser, getVariableMap, isStrictAddress, newNativePostcard, pushLogging, registerVariable, retry, suppressSendFailure, suppressStrictAddress, toNativePostcard, toString, useBodyFile, writeAuthorpublic static final String PATH
public static TestmailPostcard droppedInto(org.lastaflute.core.mail.Postbox postbox, org.lastaflute.core.mail.MPCall<TestmailPostcard> postcardLambda)
protected String getBodyFile()
getBodyFile in class org.lastaflute.core.mail.LaTypicalPostcardprotected String[] getPropertyNames()
getPropertyNames in class org.lastaflute.core.mail.LaTypicalPostcardpublic void addTo(String to)
public void addCc(String cc)
public void addBcc(String bcc)
public void addReplyTo(String replyTo)
public void setHostname(String hostname)
hostname - The parameter value of hostname. (NotNull)Copyright © 2009–2017 CodeLibs. All rights reserved.