Send Email from Hotmail.com, Live.com, or Outlook.com

Question:  I want my desktop application (or script) to send email from my Hotmail.com account (or my Live.com or Outlook.com account).  My application will connect to the SMTP server for hotmail.com, authenticate using OAuth2, and send the email.  I want to use Chilkat’s MailMan class to do it.  I’m completely lost.  Where do I even begin? Answer: I fully understand […]

Minimizing Time to Send Email

Programmers using Chilkat to send email can do some simple things, and can avoid common mistakes to optimize the time it takes to send an email. 1) A common mistake is when a programmer calls mailman.VerifySmtpConnection and mailman.VerifySmtpLogin prior to actually sending the email. The intent of the Verify methods is for an application to examine connectivity and login success […]