Skip to main content

A simple way to send email. for dsm

Project description

DSM Email

install

pip install dsmemail

how to use

  1. set env
DSM_EMAIL_URI=<DSM_EMAIL_URI>
DSM_EMAIL_APIKEY=<DSM_EMAIL_APIKEY>
  1. send email
import dsmemail

status, msg = dsmemail.sendEmail(
    subject="test", 
    message="helloworld", 
    emails=["admin@admin.com"],
    attachments=["test.txt"]
)
print(status, msg)
variable dtype description
subject str subject of email
message str email body can contains html string
emails List[str] email to send message
attachments List[str] list of filepath(str) to attach files

output

(True, 'email send sucess')

status

True = send email sucess
False = send email fail

msg

string describe status

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dsmemail-0.0.4.tar.gz (2.7 kB view details)

Uploaded Source

File details

Details for the file dsmemail-0.0.4.tar.gz.

File metadata

  • Download URL: dsmemail-0.0.4.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.4

File hashes

Hashes for dsmemail-0.0.4.tar.gz
Algorithm Hash digest
SHA256 fa20cb69ae22d26a52d44baa8be709dfd9e2071ffad5e25234810a1645adbcb3
MD5 619d2b665bf9d4bf858406db567c0107
BLAKE2b-256 d0aea8ba127696a639d774a34049ad29c1b827b55ea7b55aec84837efbb8689e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page