Skip to content

Commit

Permalink
adicionando mensagem e tabela exemplo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitor Seger Zeni committed Apr 18, 2018
1 parent c2b2b93 commit 0a2c73a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 4 deletions.
Binary file added emails.xlsx
Binary file not shown.
4 changes: 0 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@ def main(args):
male_recipients_sheet = wb['HOMENS']
female_recipients_sheet = wb['MULHERES']

# Load message text to memory
textfile = 'mensagem.txt'
with open(textfile, 'rb') as fp:
textmsg = fp.read()

# Load message html to memory
htmlfile = 'mensagem.html'
Expand Down
30 changes: 30 additions & 0 deletions mensagem.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<html>
<head>
</head>
<body>
<font face="verdana">
<p class="greeting">GreetingPart</p>
<p>
Tudo bem?<br>
</p>
<p>
Me chamo SEU NOME e sou MESTRANDO(A)/DOUTORANDO(A) em CURSO pela INSTITUICAO, orientanda do Prof. ORIENTADOR.<br>
</p>
<p>
Estou na fase de coleta de dados da minha DISSERTACAO/TESE, que se insere na linha de pesquisa de LINHA e trata sobre ASSUNTO.<br>
</p>
<p>
Para acessar o question&aacute;rio clique no <a href="http://www.google.com">link</a>.<br>
</p>
<p>
Agrade&ccedil;o desde j&aacute;!
</p>
<p>
Atenciosamente,<br>
</p>
<b>SEU NOME</b><br>
<i>SUA APRESENTACAO</i><br>
</font>
</body>
</html>

0 comments on commit 0a2c73a

Please sign in to comment.