JBHF commited on
Commit
38efc2f
1 Parent(s): 1591179

Update app.py

Browse files

EMAIL SUBJECT EN HTMl CONTENT: datetime.datetime.now() ADDED

Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -1262,9 +1262,14 @@ with tab1:
1262
  message = Mail(
1263
  from_email='[email protected]',
1264
  to_emails='[email protected]', # to_emails='[email protected]',
1265
- subject='Sending email from source NONTOXICGLAZEADVISOR APP ON HF SPACES with Twilio SendGrid',
 
 
 
1266
  # html_content='<strong>JB: DEZE EMAIL IS VERSTUURD VANUIT DE NONTOXICGLAZEADVISOR APP ON HF SPACES VAN [email protected] NAAR [email protected] OP 23-10-2024 om 16:51 CET</strong>')
1267
- html_content=str(st.session_state.messages) + '\n\n' + '<strong>JB: DEZE EMAIL IS VERSTUURD VANUIT DE NONTOXICGLAZEADVISOR APP ON HF SPACES VAN [email protected] NAAR [email protected] OP 23-10-2024 om 16:51 CET</strong>')
 
 
1268
 
1269
 
1270
  try:
 
1262
  message = Mail(
1263
  from_email='[email protected]',
1264
  to_emails='[email protected]', # to_emails='[email protected]',
1265
+
1266
+ # subject='Sending email from source NONTOXICGLAZEADVISOR APP ON HF SPACES with Twilio SendGrid',
1267
+ subject='Sending email from source NONTOXICGLAZEADVISOR APP ON HF SPACES with Twilio SendGrid' + datetime.datetime.now(),
1268
+
1269
  # html_content='<strong>JB: DEZE EMAIL IS VERSTUURD VANUIT DE NONTOXICGLAZEADVISOR APP ON HF SPACES VAN [email protected] NAAR [email protected] OP 23-10-2024 om 16:51 CET</strong>')
1270
+ # html_content=str(st.session_state.messages) + '\n\n' + '<strong>JB: DEZE EMAIL IS VERSTUURD VANUIT DE NONTOXICGLAZEADVISOR APP ON HF SPACES VAN [email protected] NAAR [email protected] OP 23-10-2024 om 16:51 CET</strong>')
1271
+ # datetime.datetime.now()
1272
+ html_content=str(st.session_state.messages) + '\n\n' + '<strong>JB: DEZE EMAIL IS VERSTUURD VANUIT DE NONTOXICGLAZEADVISOR APP ON HF SPACES VAN [email protected] NAAR [email protected] OP </strong>' + datetime.datetime.now())
1273
 
1274
 
1275
  try: