File: pymailgui-products/unzipped/MailConfigs/mailconfig_Lutzmv_ssl_mail.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    = 'mail@lutzmv.us'                          # for account login

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

# compose (account name/signoff presets)
myaddress      = 'mail@lutzmv.us'                          # for envelope headers
mysignature    = ('Regards')                               # added at end of new mail text

# differentiate account beyond name in title
helpfg, helpbg = viewfg, viewbg

# all other settings same as Lutzmv_ssl



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