Displaying 1 result from an estimated 1 matches for "simplemail".
2010 Feb 25
2
getaddrinfo problem
Hi;
A problem occurred in a Python script. Here is the sequence of function
calls leading up to the error, in the order they occurred.
 /var/www/html/mysite.com/simplemail/mail2.py
   40 </head>
   41 <body>'''
   42 my_mail()
   43 print '''
   44 </body>
my_mail = <function my_mail>
 /var/www/html/mysite.com/simplemail/mail2.py in my_mail()
   27       to_address = ourEmail,
   28       subject = subject,
   29...