While running TIBCO Spotfire Automation Services Job, "Send Email" task might fail with the following error.
FAILED: Task 2 'Send Email' failed with: Failed to send email using SMTP server 'mySMTPServer.test.com' from 'testServer@test.com' to 'testUser@test.com'.
Reason: System.Net.Mail.SmtpException: Failure sending mail. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException:
An attempt was made to access a socket in a way forbidden by its access permissions 1.678.234.89:25
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6)
at System.Net.PooledStream.Activate(Object owningObject
This error can be seen as a result of an anti-virus software blocking the SMTP service request that Spotfire Automation Services is using for email. It could also be due to SMTP communication not being allowed on the used port.