Update routes/emails.py
Browse files- routes/emails.py +1 -1
routes/emails.py
CHANGED
@@ -37,7 +37,7 @@ def get_access_token():
|
|
37 |
def generate_email_html(email_type: str, to: str) -> str:
|
38 |
# Defina aqui os templates HTML para cada tipo de email
|
39 |
if email_type == "welcome":
|
40 |
-
return
|
41 |
<html>
|
42 |
<head>
|
43 |
<meta charset="UTF-8">
|
|
|
37 |
def generate_email_html(email_type: str, to: str) -> str:
|
38 |
# Defina aqui os templates HTML para cada tipo de email
|
39 |
if email_type == "welcome":
|
40 |
+
return """
|
41 |
<html>
|
42 |
<head>
|
43 |
<meta charset="UTF-8">
|