MCPcopy Create free account
hub / github.com/bterwijn/memory_graph / send

Method send

src/inheritance.py:19–22  ·  view source on GitHub ↗
(self, to_email, message)

Source from the content-addressed store, hash-verified

17 self.from_email = from_email
18
19 def send(self, to_email, message):
20 super().send(self.from_email, to_email, message)
21 print(f'sending Email from:{self.from_email} to:{to_email}')
22 print(f'priority: {self.priority} message: "{message}"')
23
24class SMS_Notification(Notification_Service):
25

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected