Curso Python 2

Tema 1

Módulos
python-dotenv
twilio

Llaves
TWILIO_ACCOUNT_SID=AC2f1893d0873d318b5700f7394b98e06d
TWILIO_AUTH_TOKEN=aa05a950142feca5adc85ec1daafcc8d
CLICKSEND_USERNAME=jcesar@tauruzai.com
CLICKSEND_APIKEY=2E0DB653-3235-16A2-732D-59426AEF992F
Datos

Para Whastapp:

from_number = "+14155238886"
media_url=[
"https://tauruzai.com/wp-content/uploads/2025/03/afore_estado_cuenta.pdf"

]

Para E-mail:

smtp_server = "mail.taurusfinance.com.mx"
smtp_port = 465
smtp_username = "curso2@taurusfinance.com.mx"
smtp_password = "Curso2Marzo25"
html_content = """\
<html>
<head></head>
<body>
<p>Hola,</p>
<p>Esta es una alerta de prueba</p>
<p>Revisa tu estado de cuenta en:
<a href="https://profuturo.com.mx">
Profuturo.com.mx
</a>
</p>
</body>
</html>
"""