All Downloads are FREE. Search and download functionalities are using the official Maven repository.

panda.ex.sendgrid.MailSettings Maven / Gradle / Ivy

Go to download

Panda Tube is a Web Service API client for WordPress XML-RPC, Google Vision API, etc.

The newest version!
package panda.ex.sendgrid;

/**
 * An object representing a collection of different mail settings that you can use to specify how you would like this email to be handled.
 */

public class MailSettings {
	public BccSettings bcc;
	public Setting bypass_list_management;
	public FooterSetting footer;
	public Setting sandbox_mode;
	public SpamCheckSetting spam_check;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy