Spaces:
Runtime error
Runtime error
CaesarCloudSync
commited on
Commit
·
9c85926
1
Parent(s):
22c9687
Email Send Works
Browse files
__pycache__/main.cpython-310.pyc
CHANGED
Binary files a/__pycache__/main.cpython-310.pyc and b/__pycache__/main.cpython-310.pyc differ
|
|
__pycache__/raspsendemail.cpython-310.pyc
CHANGED
Binary files a/__pycache__/raspsendemail.cpython-310.pyc and b/__pycache__/raspsendemail.cpython-310.pyc differ
|
|
test2.py
CHANGED
@@ -4,4 +4,5 @@ if __name__ == "__main__":
|
|
4 |
email = "[email protected]"
|
5 |
message = "Hello World"
|
6 |
subject = f"RevisionBank Send Now"
|
7 |
-
|
|
|
|
4 |
email = "[email protected]"
|
5 |
message = "Hello World"
|
6 |
subject = f"RevisionBank Send Now"
|
7 |
+
import req
|
8 |
+
#RaspEmail.send(**{"email":email,"message":message,"subject":subject})
|