Biblioteca para envio de e-mails com suporte a HTML e prioridade (Experimental). (Gmail)
Project description
davidsousa
Biblioteca para envio de e-mails com suporte a HTML e prioridade (Experimental). (Gmail)
Instalação
pip install davidsousa
Uso .py
from davidsousa import enviar_email
nome_remetente = "Seu Nome"
remetente = "seu_email@gmail.com"
senha = "sua_senha"
destinatario = "destinatario@example.com"
assunto = "Assunto do E-mail"
corpo = "<h1>Este é o assunto do e-mail</h1><p>Este é o corpo do e-mail em HTML.</p>"
# Enviar e-mail com corpo em HTML e marcado como importante
enviar_email(nome_remetente, remetente, senha, destinatario, assunto, corpo, importante=True, html=True)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file davidsousa-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: davidsousa-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 045ef2c908c775207912c2e16822defc113e26d092cc623e7910fc3267f56956 |
|
MD5 | c4a40078b14b925e5e84ec8b07f2944d |
|
BLAKE2b-256 | 86c5354e0707ec3e86cd34a3a9aa2daa2f7c7b77f435c03ae9c5abbd8f26fc77 |