Merge pull request 'switch-to-requirements' (#2) from switch-to-requirements into main
Reviewed-on: #2
This commit is contained in:
commit
0a1e30cdfa
@ -1,12 +1,10 @@
|
|||||||
"""
|
"""
|
||||||
title: Send Email
|
title: Send Email
|
||||||
author: Josh Knapp
|
author: Josh Knapp
|
||||||
version: 0.7.0
|
version: 0.7.2
|
||||||
description: "Send email via SMTP to user specificed address"
|
description: "Send email via SMTP to user specificed address"
|
||||||
requirements: smtplib, email
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import subprocess, sys
|
|
||||||
from pydantic import BaseModel, Field
|
from pydantic import BaseModel, Field
|
||||||
import smtplib
|
import smtplib
|
||||||
from email.mime.text import MIMEText
|
from email.mime.text import MIMEText
|
||||||
|
Loading…
x
Reference in New Issue
Block a user