Metadata-Version: 1.0
Name: dynComLogin
Version: 0.1
Summary: log in to dyn.com
Home-page: UNKNOWN
Author: Thomas Schilz
Author-email: thschilz @at@ web .dot. de
License: UNKNOWN
Description: Prevent account expiration by automatically logging in to dyn.com.
        
        Did you get the friendly "Starting now, if you would like to maintain your
        free Dyn account, you must log into your account once a month" email from
        dyn.com? Then just have this script executed eg. by cron at least once per
        month.
        
        Usage: python -m dynComLogin [options]
        
        Options:
          -h, --help            show this help message and exit
        
          Mandatory 'Options':
            These 'options' must be given.
        
            -l LOGIN, --login=LOGIN
                                your dyn.com login. Default: Environment variable
                                DYN_COM_LOGIN
            -p PASSWD, --password=PASSWD
                                your dyn.com password. Default: Environment variable
                                DYN_COM_PASSWD
        
          Notification Options:
            Specify at least smtpTo if you want to get notification emails.
        
            --smtpTo=SMTPTO     recipient of email messages. If given then success or
                                failure notifications will be sent to this address.
            --smtpFrom=SMTPFROM
                                sender of email messages
            --smtpServer=SMTPSERVER
                                SMTP server. Default: Environment variable SMTP_SERVER
                                or 'localhost'
            --smtpLogin=SMTPLOGIN
                                login for authentification with SMTP server if needed.
                                Default: Environment variable SMTP_LOGIN
            --smtpPasswd=SMTPPASSWD
                                password for authentification with SMTP serverif
                                needed. Default: Environment variable SMTP_PASSWD
Platform: UNKNOWN
