Linux serverNETWORK ADMINISTRATIONSsmtp server liux

IoT Real Device Part – 8 How to make RASPBERRY PI to SEND an EMAIL using PYTHON Program

SMTP (SIMPLE MAIL TRANSFER PROTOCOL):
—————————————————————————–
The SMTPLIB module defines an SMTP client session object that can be used to send mail to any Internet machine with an SMTP listener daemon.

In this video, you will understand,
1. How to install SMTPLIB package in Raspberry Pi?
2. How to make the Raspberry Pi to send an email to GMAIL account?
3. How to write a PYTHON program for sending EMAIL?

source

by Learn IT with VENKAD

linux smtp client

9 thoughts on “IoT Real Device Part – 8 How to make RASPBERRY PI to SEND an EMAIL using PYTHON Program

  • Not able to turn on/off less secure apps, so is there any alternative method ?

  • hello sir, how can i build the coding together with PIR sensor and camera

  • I would like to add more temperature sensors in different location( like my room1, 2,3,…10), may i know the wire transmission distance range which you used in the grove card.

  • Hi, thanks for the informative video. I would like to send sensor measurements like voltage and temp. How could I include the variables in my email?

  • Hallo sir.I am doing exactly what you are doing.But I am getting error module 'smtplib' has no attribute 'SMTP'.Please help me.

  • awesome video:)
    could you guide how to install email.MIMEMultipart on python3 on raspberry pi

Comments are closed.