@reboot Get Linux System Information on Email🔥

Published: 29 April 2021
on channel: 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


Watch video @reboot Get Linux System Information on Email🔥 online without registration, duration hours minute second in high quality. This video was added by user Red Aakash 29 April 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 595 once and liked it 30 people.