Absolutely Insane Problem with Gmail
Littlefield, Tyler
tyler at tysdomain.com
Sat Mar 5 22:11:30 EST 2011
>ourEmail = '
myemailaddr at gmail.com'
>ourEmail = '
qqq at xxx.com'
You redefine this twice. You also don't define a variable down lower.
># to_address = ourEmail,
> from_address = ourEmail,
> to_address = emailText,
I could be wrong, but emailText isn't defined. Perhaps a better variable
naming setup would help you some. so: in short, set up a to_address and
from_address,
populate those however you need to, then change the variable names.
More information about the Python-list
mailing list