Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NARKOZ/hacker-scripts
/ send_reply
Function
send_reply
python3/kumar_asshole.py:25–31 ·
view source on GitHub ↗
(subject)
Source
from the content-addressed store, hash-verified
23
24
25
def
send_reply(subject):
26
yag = yagmail.SMTP(GMAIL_USERNAME)
27
yag.send(
28
to=KUMAR_EMAIL,
29
subject=
'RE: {}'
.format(subject),
30
contents=REPLY_BODY,
31
)
32
33
34
def
main():
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected