Skip to content
View ilovetogetspamed's full-sized avatar
  • Rutherfordton, NC

Highlights

  • Pro
Block or Report

Block or report ilovetogetspamed

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. A Python Command Dispatcher A Python Command Dispatcher
    1
    """
    2
    This is the list of recognized commands.
    3
    """
    4
    
                  
    5
    
                  
  2. Sendmail via SMTP using Python smtplib Sendmail via SMTP using Python smtplib
    1
    import smtplib
    2
    fromaddr = 'anye...@gmail.com'
    3
    toaddrs  = 'myfr...@gmail.com'
    4
    msg = 'some one is using this app'
    5
    username = 'anyem...@gmail.com'