Categories
Linux Networking Programming

Sending an email via Microsoft O365 SMTP Servers using Python

This is a simple script to send an email via MS’s O365 Service: Note how you need to set up an SSL context and perform .starttls() to properly create a secure connection.

Categories
General Tech Systems Administration

Using Zoho Email for a Local Football Club

I have recently helped my local football club – https://litchfieldfc.com.au – to move their email over from Office365 to Zoho email services – https://www.zoho.com/mail/. Overall it was a great experience, and I would recommend Zoho to other clubs and similar small organisations looking for email services. Here are a few things that I found nice […]