14 lines
407 B
Python
14 lines
407 B
Python
"""
|
|
If a certificate exists, remind the user that the certificate expired.
|
|
"""
|
|
|
|
SUBJECT = 'Seu certificado {course} expirou!'
|
|
MESSAGE = """
|
|
Oi {first_name}, tudo bem?<br/><br/>
|
|
|
|
O certificado do curso <b>{course}</b> expirou.<br/>
|
|
Para manter sua certificação válida, é necessário refazer o curso.<br/><br/>
|
|
|
|
<a href="https://saladeaula.digital">👉 Acesse o curso e renove sua certificação</a>
|
|
"""
|