Closed opengpu closed 2 years ago
Depends. The sendEmail()
method can be called multiple times. So, you may save some time if you're sending many small emails. Just be aware that some email will not accept multiple emails on a single SMTP connection.
new SmtpClient instead of SmtpClient smtp everytime send, will be faster?