Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-578807.py
File
recipe-578807.py
recipes/Python/578807_Sending_Email/recipe-578807.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#account setup
2
username =
'***'
;
3
password =
'***'
;
4
server =
'smtp.gmail.com:587'
;
Callers
nothing calls this directly
Calls
1
compose_email
Function · 0.85
Tested by
no test coverage detected