Last active
December 22, 2015 14:59
-
-
Save csalajan/6489511 to your computer and use it in GitHub Desktop.
blah
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
message = '''From: Bosapp Portal <[email protected]> | |
Subject: Password recovery | |
MIME-Version: 1.0 | |
Content-type: text/html | |
<html> | |
<body> | |
<a href={0}>Here is your password reset link.</a> <br /> | |
<img src=http://static.giantbomb.com/uploads/original/1/17172/1419618-unicorn2.jpg> <br /> | |
</body> | |
</html> | |
''' \ | |
.format(link) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment