diff --git a/open-webui-send-email.py b/open-webui-send-email.py index 07f5c7b..007d695 100644 --- a/open-webui-send-email.py +++ b/open-webui-send-email.py @@ -1,12 +1,10 @@ """ title: Send Email author: Josh Knapp -version: 0.7.0 +version: 0.7.2 description: "Send email via SMTP to user specificed address" -requirements: smtplib, email """ -import subprocess, sys from pydantic import BaseModel, Field import smtplib from email.mime.text import MIMEText