SmtpClient: An extension to send emails using SMTP server
1.Introduction Description: With this extension, you can send emails using SMTP server. Uses javax-mail library.Latest Version: 1.5Released: December 31, 2020Last Updated: July 3, 2023 2.Blocks 3.Usages You can use the extension in this way: And here is a brief documentation:protocol ~ either TLS or SSLserver ~ stringport ~ intuser ~ stringpassword ~ stringfrom ~ string (can be different from username)recipients ~ listccRecipients ~ list (can be empty)bccRecipients ~ […]
SmtpClient: An extension to send emails using SMTP server Read More »