-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9bdcbe9
commit f24dba0
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,27 @@ | ||
# envioEmailSpringBoot | ||
Nesta API irei criar um sistema de envio de email automático com Spring boot | ||
|
||
|
||
OLá Meu nome é fernando Corrêa criei esse projeto de envio de resposta automática por email | ||
Sou programador da linguagem java caso queria me contratar este é o meu ZAP(19)992222239 | ||
|
||
utilizei um email que tenho no gmail para fazer o envio | ||
a senha que utilzei foi criada uma senha de app para enviar via codigo. | ||
para criar a senha você terá que ie na sua conta ter ja habilitado o modo dois fatores, e logo abaixo vai ter a opção de criar um app senha. | ||
|
||
selecione email e windows. | ||
|
||
para testar no postman selecionei o metodo POST-> Body -> Json | ||
e coloquei as seguintes informações. | ||
|
||
{ | ||
"assunto" : "Testando envio de email", | ||
"mensagem" : "Tudo deu certo!!!", | ||
"remetente" : "fersolagigitheo@gmail.com", | ||
"destinatario" : [ | ||
"nome_de_um_email@gmail.com", | ||
"nome_de_um_email@gmail.com", | ||
"nome_de_um_email@gmail.com" | ||
] | ||
|
||
} |