Spaces:
Running
Running
Commit
·
c257f00
1
Parent(s):
7157e78
Update app.py
Browse files
app.py
CHANGED
@@ -147,8 +147,7 @@ def send_brevomail(email,msg,stdate):
|
|
147 |
sender_email = "[email protected]"
|
148 |
receiver_email = email
|
149 |
subject = "Your Horoscope for " + stdate
|
150 |
-
body = msg
|
151 |
-
|
152 |
data = {
|
153 |
"sender": {
|
154 |
"name": "Einstein AI",
|
|
|
147 |
sender_email = "[email protected]"
|
148 |
receiver_email = email
|
149 |
subject = "Your Horoscope for " + stdate
|
150 |
+
body = "<html><head></head><body><p>Hello, here is your today's hororscope in short...</p>"+msg+"</p></body></html>"
|
|
|
151 |
data = {
|
152 |
"sender": {
|
153 |
"name": "Einstein AI",
|