MCPcopy
hub / github.com/liangliangyy/DjangoBlog / send_email

Function send_email

djangoblog/utils.py:129–135  ·  view source on GitHub ↗
(emailto, title, content)

Source from the content-addressed store, hash-verified

127
128
129def send_email(emailto, title, content):
130 from djangoblog.blog_signals import send_email_signal
131 send_email_signal.send(
132 send_email.__class__,
133 emailto=emailto,
134 title=title,
135 content=content)
136
137
138def generate_code() -> str:

Callers 6

test_imageMethod · 0.90
emailconfirmFunction · 0.90
form_validMethod · 0.90
send_verify_emailFunction · 0.90
form_validMethod · 0.90
send_comment_emailFunction · 0.90

Calls

no outgoing calls

Tested by 1

test_imageMethod · 0.72