@reboot Get Linux System Information on Email🔥

Опубликовано: 29 Апрель 2021
на канале: Red Aakash
595
30

"""
import smtplib
from email.mime.multipart import MIMEMultipart
from email.mime.text import MIMEText
import time

username = '[email protected]'
password = 'password_isme_dalo'

send_to = '[email protected], [email protected]'

def sender():
body = f'Computer kisi ne start kiya hai ${time.ctime()}'
msg = MIMEMultipart()

msg['Subject'] = 'Call kr k push. Kisne kiya hai'
msg['From'] = 'sender email address'
msg['To'] = (', ').join(send_to.split(','))

msg.attach(MIMEText(body,'plain'))

server = smtplib.SMTP('smtp.gmail.com', 587)
server.starttls()
server.login(username, password)
server.send_message(msg)
server.quit()

if _name_ == '__main__':
sender()
"""



Hello YouTube,
Today I am going to teach you something new from this video " @reboot Get Linux System Information on Email🔥 " about this how to do this and in this video, I am using Red Hat Linux but it's not necessary to use so first this a new channel on YouTube so first subscribe my channel and share also

Links
------------------------------------------------

#################

#################

#################

------------------------------------------------

=========Contact me============

RedAakash YT Channel Subscribe == http://bit.ly/2pnlo88

RedAakash Live YT Channel Subscribe == http://bit.ly/2tPfDxk

Android App for you == http://bit.ly/2sT92Fq

Facebook page == http://bit.ly/2r3ih1n

twitter == http://bit.ly/2pAHbEd

Linkedin == http://bit.ly/2pAEEtS

Email == [email protected]

===============================
Thanks For Watching my video
===============================
Subscribe my channel & share also
===============================

#RedAakash #LinuxHackWithRedAakash #RedHack


Смотрите видео @reboot Get Linux System Information on Email🔥 онлайн, длительностью часов минут секунд в хорошем качестве, которое загружено на канал Red Aakash 29 Апрель 2021. Делитесь ссылкой на видео в социальных сетях, чтобы ваши подписчики и друзья так же посмотрели это видео. Данный видеоклип посмотрели 595 раз и оно понравилось 30 посетителям.