public class SendEmailRequest.TheContactPayload extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
address
E-mail address to which the message should be sentSee http://schemas.taskcluster.net/pulse/v1/email-request.json#/properties/payload/properties/address
|
String |
replyTo
Reply-to e-mail (this property is optional)See http://schemas.taskcluster.net/pulse/v1/email-request.json#/properties/payload/properties/replyTo
|
| Constructor and Description |
|---|
TheContactPayload() |
public String address
E-mail address to which the message should be sent
See http://schemas.taskcluster.net/pulse/v1/email-request.json#/properties/payload/properties/address
public String replyTo
Reply-to e-mail (this property is optional)
See http://schemas.taskcluster.net/pulse/v1/email-request.json#/properties/payload/properties/replyTo
Copyright © 2014–2017 Mozilla. All rights reserved.