Class SmtpManager
java.lang.Object
com.inductiveautomation.ignition.gateway.smtp.SmtpManager
Deprecated.
Filename: SmtpManager.java
Created on Jan 15, 2015
Author: Kathy Applebaum
Copyright Inductive Automation 2015
Project: SRGateway
Deprecated. Use
EmailProfileManager
instead.- Since:
- 7.8.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.abstract void
sendEmail
(String profileName, String from, String subj, String body, String contentType, List<String> toRecipients, List<String> ccRecipients, List<String> bccRecipients, List<String> attachNames, List<String> attachData, int timeout, int retries, String priority, List<String> replyTo) Deprecated.void
setup
(GatewayContext context) Deprecated.void
startup()
Deprecated.
-
Constructor Details
-
SmtpManager
public SmtpManager()Deprecated.
-
-
Method Details
-
setup
Deprecated.- Throws:
Exception
-
startup
public void startup()Deprecated. -
sendEmail
public abstract void sendEmail(String profileName, String from, String subj, String body, String contentType, List<String> toRecipients, List<String> ccRecipients, List<String> bccRecipients, List<String> attachNames, List<String> attachData, int timeout, int retries, String priority, List<String> replyTo) throws Exception Deprecated.- Throws:
Exception
-
getProfileNames
Deprecated.
-