Gary' Blog
  • Home
  • Github
  • English
    English中文 (中国)

Tag: Email

Complete Guide: Sending Emails via AWS SES using SMTP

2023-10-16 137 Technical AWS, Email, SES, SMTP Leave a Comment
While I started to send email via AWS SES, it took me a long time to config it to make it working. So I wrote it down once I success doing it. Here are the important poinits: Verified identities Create SMTP credentials Send email with smtplib Raise ticket to AWS (default the SMTP is in sandbox, you can only sen…

Python solved SMTP ssl.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1002)

2023-10-10 717 Technical Email, SMTP Leave a Comment
Usually, we send email by SMTP using: def send_email(receivers, subject, body): msg = EmailMessage() msg['From'] = SMTP_USER msg['Bcc'] = receivers msg['Subject'] = subject msg.add_alternative(body, subtype='html') with smtplib.SMTP_SSL(SMTP_HOST, SMTP_PORT) as server: se…

Tag Cloud

American Companies ASR Authentication Azure beego Careers Cloudflare Crab hunting cURL Debian Email ESXi ESXi 8 FastAPi ffmpeg Fortune 500 Jobs Kafka Keycloak LinkedIn MacOS MySQL OpenAI Plugin Python RDP Remote Connect Reverse Proxy RSS rustdesk Samba Screen Sharing sklean sleep mode SMTP spring boot ssh Thymeleaf tunnel Ubuntu VNC Windo Windows WordPress ZeroTrust
Theme: Maizi. Powered by WordPress.