Products | Versions |
---|---|
Spotfire Automation Services | 7.5 and higher |
This article describes the steps to configure the TIBCO Spotfire Automation Services configuration file to run the "Send Email" task using Office365 as the SMTP server.
config export-service-config --capability=AUTOMATION_SERVICES --deployment-area=Production
<smtp port="587" useTls="true" timeoutSeconds="100"> <authentication useWindowsDefaultCredentials="false" username="user@office365.com" password="secretpassword" /> <certificates useCertificates="false" storeLocation="LocalMachine" storeName="My" serialNumber="" /> </smtp>
<!-- SMTP Host for Email Notification --> <add name="Spotfire.Automation.SendMail.SMTPHost" value="smtp.company.com" /> <!-- From Address for Email Notification --> <add name="Spotfire.Automation.SendMail.FromAddress" value="TsasService@company.com" /> Example:- <!-- SMTP Host for Email Notification --> <add name="Spotfire.Automation.SendMail.SMTPHost" value="smtp.office365.com" /> <!-- From Address for Email Notification --> <add name="Spotfire.Automation.SendMail.FromAddress" value="user@office365.com" />"
config import-service-config --config-name=ServiceConfiguration
config set-service-config --service-id=value --config-name=ServiceConfiguration
Doc: TIBCO Spotfire Server and Environment > Manually editing the service configuration files:
Doc: TIBCO Spotfire Automation Services User's Guide > Send Email:
External Link: Office365 SMTP server details: