@reboot Get Linux System Information on Email🔥

Поделиться
HTML-код
  • Опубликовано: 3 окт 2024
  • """
    import smtplib
    from email.mime.multipart import MIMEMultipart
    from email.mime.text import MIMEText
    import time
    username = 'your.email@gmail.com'
    password = 'password_isme_dalo'
    send_to = 'aakashkumarsharma5@gmail.com, aakashOneMore@gmail.com'
    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 RUclips,
    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 RUclips so first subscribe my channel and share also
    Links
    ------------------------------------------------
    #################
    #################
    #################
    ------------------------------------------------
    =========Contact me============
    RedAakash YT Channel Subscribe == bit.ly/2pnlo88
    RedAakash Live YT Channel Subscribe == bit.ly/2tPfDxk
    Android App for you == bit.ly/2sT92Fq
    Facebook page == bit.ly/2r3ih1n
    twitter == bit.ly/2pAHbEd
    Linkedin == bit.ly/2pAEEtS
    Email == aakashkumarsharma5@gmail.com
    ===============================
    Thanks For Watching my video
    ===============================
    Subscribe my channel & share also
    ===============================
    #RedAakash #LinuxHackWithRedAakash #RedHack

Комментарии • 10