File: pymailgui-products/unzipped/MailConfigs/mailconfig_testerrors.py

"""
--------------------------------------------------------------------------------------
THIS IS AN EXAMPLE ONLY -- emulate/replace for your email account's parameters.

This is an account extension to the SSL + non-SSL base files for this ISP.

This file demos a 4-level config customization: base => non-SSL => SSL => this.
  -See mailconfig_Lutzmv_ssl.py for the SSL version of this account.
  -See mailconfig_Lutzmv.py for the non-SSL version of this account.
  -See ../PyMailGUI-PP4E/mailconfig.py for base-file settings customized here.
--------------------------------------------------------------------------------------
"""

# load SSL and non-SSL overrides to PyMailGUI base file
from mailconfig_Lutzmv_ssl import *                        # in this folder

# --override [base + non-SSL + SSL] settings here--

# fetch (password asked in GUI)
popusername    = 'adhole@lutzmv.us'                        # for account login

# send (password asked in GUI if needed)
smtpuser       = 'adhole@lutzmv.us'                        # nonblank=authenticated

myaddress      = 'adhole@lutzmv.us'                        # for envelope headers
mysignature    = ('Stop spamming this account!')           # added at end of new mail text

# all other settings same as Lutzmv_ssl

xxx = BAD   # test: catch and display errors in launcher



[Home page] Books Code Blog Python Author Train Find ©M.Lutz