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 Distribution
davidsousa-0.3.0.tar.gz
(3.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file davidsousa-0.3.0.tar.gz.
File metadata
- Download URL: davidsousa-0.3.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36867a38f08bbf9e245ab76b2cabeeae91c4fc5816ae0885ed05380f2c9b70d0
|
|
| MD5 |
a6b89a979d7590fd62006de74dbf692d
|
|
| BLAKE2b-256 |
8ebd3c074752c75960cbf470518a2b2da70166e84998c284ca73e784424f9d07
|
File details
Details for the file davidsousa-0.3.0-py3-none-any.whl.
File metadata
- Download URL: davidsousa-0.3.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0971cc10a3a79a58728cd0e04c9d0f1f00d95d1d1e8b9c7c7a363bb3ebd69d2e
|
|
| MD5 |
3ee25e50ee0fc800326b4e947ea23369
|
|
| BLAKE2b-256 |
3644cc9794c0426d1b61719302f25e5afae945875471adf26b06ef0e5912f5ef
|