cashan commited on
Commit
68e8457
·
verified ·
1 Parent(s): 2f9348a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from smolagents.tools import tool
16
  SMTP_SERVER = "smtp.gmail.com"
17
  SMTP_PORT = 587
18
  SMTP_USERNAME = "[email protected]" # Replace with your Gmail
19
- SMTP_PASSWORD = "wbso priu rshv atep" # Replace with your actual App Password
20
 
21
  @tool
22
  def send_email_tool(recipient: str, subject: str, body: str, recipient_email: str = None) -> str:
 
16
  SMTP_SERVER = "smtp.gmail.com"
17
  SMTP_PORT = 587
18
  SMTP_USERNAME = "[email protected]" # Replace with your Gmail
19
+ SMTP_PASSWORD = "**** **** **** ****" # Replace with your actual App Password
20
 
21
  @tool
22
  def send_email_tool(recipient: str, subject: str, body: str, recipient_email: str = None) -> str: