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
import smtplib | |
import sys | |
gmail_user = '[email protected]' | |
gmail_password = 'password' | |
sent_from = gmail_user | |
to = [gmail_user, gmail_user] | |
subject = 'OMG Super Important Message' | |
body = 'the body' |
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
{% if displaycomments %} | |
<!-- Plugin: OpenDoors V1.1 | |
Author: Michael Brüning <[email protected]> | |
Tested with: PTP V2.5.3, V2.5.7 | |
--> | |
{% endif %} | |
<events name="OpenDoorsEvents" keep="true" | |
onTourStart="if(debug, showlog(); );" | |
onxmlcomplete="preload{{p.id}}();" |
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
{% if displaycomments %} | |
<!-- Plugin: OpenDoors V1.1 | |
Author: Michael Brüning <[email protected]> | |
Tested with: PTP V2.5.3, V2.5.7 | |
--> | |
{% endif %} | |
<events name="OpenDoorsEvents" keep="true" | |
onTourStart="if(debug, showlog(); );" | |
onxmlcomplete="preload{{p.id}}();" |