MailgunClient
Contents
[
Hide
]Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.email.IDeliveryServiceClient
public class MailgunClient implements IDeliveryServiceClient
Represents the Mailgun client
Constructors
Constructor | Description |
---|---|
MailgunClient(String domainName, String apiKey) | Initializes a new instance of the MailgunClient class |
MailgunClient(String domainName, String apiKey, int mailGunRegion) | Initializes a new instance of the MailgunClient class |
Methods
Method | Description |
---|---|
dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
send(MailMessage message) | Sends email synchronously |
send(MailMessage message, List | Sends email synchronously |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
MailgunClient(String domainName, String apiKey)
public MailgunClient(String domainName, String apiKey)
Initializes a new instance of the MailgunClient class
Parameters:
Parameter | Type | Description |
---|---|---|
domainName | java.lang.String | |
apiKey | java.lang.String |
MailgunClient(String domainName, String apiKey, int mailGunRegion)
public MailgunClient(String domainName, String apiKey, int mailGunRegion)
Initializes a new instance of the MailgunClient class
Parameters:
Parameter | Type | Description |
---|---|---|
domainName | java.lang.String | |
apiKey | java.lang.String | |
mailGunRegion | int |
dispose()
public void dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
send(MailMessage message)
public final DeliveryServiceResponse send(MailMessage message)
Sends email synchronously
Parameters:
Parameter | Type | Description |
---|---|---|
message | MailMessage | The MailMessage that represents an email-message. |
Returns: DeliveryServiceResponse -
send(MailMessage message, List tags, CancellationToken token)
public final DeliveryServiceResponse send(MailMessage message, List<String> tags, CancellationToken token)
Sends email synchronously
Parameters:
Parameter | Type | Description |
---|---|---|
message | MailMessage | The MailMessage that represents an email-message. |
tags | java.util.List<java.lang.String> | |
token | com.aspose.email.CancellationToken |
Returns: DeliveryServiceResponse -
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |