Skip to content

Instantly share code, notes, and snippets.

View iamAgbaCoder's full-sized avatar
🎯
Shipping Ideas

Oluwademilade Bamgboye iamAgbaCoder

🎯
Shipping Ideas
View GitHub Profile
@iamAgbaCoder
iamAgbaCoder / zoho_send_email.py
Created November 22, 2023 17:26 — forked from frankyxhl/zoho_send_email.py
Python script to send email by zoho.com's mail service
# Code from best solution in page below:
# https://help.zoho.com/portal/community/topic/zoho-mail-servers-reject-python-smtp-module-communications
import smtplib
from email.mime.text import MIMEText
from email.header import Header
from email.utils import formataddr
# Define to/from
sender = '[email protected]'