Hi All,
I try to send the attachment via email
I using the Send SMTP Mail Message activity but i got this error i do not know what is the error:
Send SMTP Mail Message: An error occurred while attempting to establish an SSL or TLS connection.
The SSL certificate presented by the server is not trusted by the system for one or more of the following reasons:
1. The server is using a self-signed certificate which cannot be verified.
2. The local system is missing a Root or Intermediate certificate needed to verify the server's certificate.
3. The certificate presented by the server is expired or invalid.
See https://github.com/jstedfast/MailKit/blob/master/FAQ.md#InvalidSslCertificate for possible solutions.
I am using the gmail
This is the port number : 587
can any one help me to solve this error
Thank you