Look at line 44: <code> msg["From"] = "{0}@example.com".format(self.creator) </code> Replace the right hand side with a call to your method.
Join our social networks and RSS feed to keep up to date with latest news and publications
Oct. 16, 2013, 9:20 a.m. - andre
Look at line 44: <code> msg["From"] = "{0}@example.com".format(self.creator) </code> Replace the right hand side with a call to your method.