Redmind commited on
Commit
c7a1e0f
·
verified ·
1 Parent(s): 28fd854

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -260,7 +260,7 @@ def send_email_with_attachment_mailjet(recipient_email, subject, body, attachmen
260
  },
261
  "To": [
262
  {
263
- "Email": "recipient_email",
264
  "Name": "Lakshmi"
265
  }
266
  ],
 
260
  },
261
  "To": [
262
  {
263
+ "Email": recipient_email,
264
  "Name": "Lakshmi"
265
  }
266
  ],