Warning: Trying to access array offset on value of type bool in /home/feltexco/public_html/felix/wp-content/plugins/google-maps-ready/modules/options/models/options.php on line 16

Warning: Trying to access array offset on value of type bool in /home/feltexco/public_html/felix/wp-content/plugins/google-maps-ready/modules/options/models/options.php on line 16

Warning: Trying to access array offset on value of type bool in /home/feltexco/public_html/felix/wp-content/plugins/google-maps-ready/modules/options/models/options.php on line 16

Warning: Cannot modify header information - headers already sent by (output started at /home/feltexco/public_html/felix/wp-content/plugins/google-maps-ready/modules/options/models/options.php:16) in /home/feltexco/public_html/felix/wp-includes/rest-api/class-wp-rest-server.php on line 1758

Warning: Cannot modify header information - headers already sent by (output started at /home/feltexco/public_html/felix/wp-content/plugins/google-maps-ready/modules/options/models/options.php:16) in /home/feltexco/public_html/felix/wp-includes/rest-api/class-wp-rest-server.php on line 1758

Warning: Cannot modify header information - headers already sent by (output started at /home/feltexco/public_html/felix/wp-content/plugins/google-maps-ready/modules/options/models/options.php:16) in /home/feltexco/public_html/felix/wp-includes/rest-api/class-wp-rest-server.php on line 1758

Warning: Cannot modify header information - headers already sent by (output started at /home/feltexco/public_html/felix/wp-content/plugins/google-maps-ready/modules/options/models/options.php:16) in /home/feltexco/public_html/felix/wp-includes/rest-api/class-wp-rest-server.php on line 1758

Warning: Cannot modify header information - headers already sent by (output started at /home/feltexco/public_html/felix/wp-content/plugins/google-maps-ready/modules/options/models/options.php:16) in /home/feltexco/public_html/felix/wp-includes/rest-api/class-wp-rest-server.php on line 1758

Warning: Cannot modify header information - headers already sent by (output started at /home/feltexco/public_html/felix/wp-content/plugins/google-maps-ready/modules/options/models/options.php:16) in /home/feltexco/public_html/felix/wp-includes/rest-api/class-wp-rest-server.php on line 1758

Warning: Cannot modify header information - headers already sent by (output started at /home/feltexco/public_html/felix/wp-content/plugins/google-maps-ready/modules/options/models/options.php:16) in /home/feltexco/public_html/felix/wp-includes/rest-api/class-wp-rest-server.php on line 1758

Warning: Cannot modify header information - headers already sent by (output started at /home/feltexco/public_html/felix/wp-content/plugins/google-maps-ready/modules/options/models/options.php:16) in /home/feltexco/public_html/felix/wp-includes/rest-api/class-wp-rest-server.php on line 1758
{"id":1260,"date":"2014-08-07T18:45:34","date_gmt":"2014-08-07T21:45:34","guid":{"rendered":"http:\/\/www.feltex.com.br\/felix\/?p=1260"},"modified":"2014-08-20T00:52:06","modified_gmt":"2014-08-20T03:52:06","slug":"aplicativo-java-criar-email","status":"publish","type":"post","link":"https:\/\/www.feltex.com.br\/felix\/aplicativo-java-criar-email\/","title":{"rendered":"Aplicativo java web para enviar email"},"content":{"rendered":"

Aplicativo java web para enviar email<\/H1><\/p>\n

Ol\u00e1 Amigos, hoje vamos criar um aplicativo java web para enviar emails. Utilizaremos a API b\u00e1sica do Java chamada JavaMail e o como provedor de servi\u00e7o de e-mail o Gmail.
\n Teremos uma p\u00e1gina web onde o usu\u00e1rio preencher\u00e1 os dados necess\u00e1rios para um e-mail, um Servlet que receber\u00e1 os dados e processar\u00e1 a comunica\u00e7\u00e3o com o Servidor Gmail e nos informar\u00e1 sobre o sucesso ou erro no envio do e-mail.<\/p>\n

M\u00e3os \u00e0 obra.<\/p>\n

\"enviar<\/p>\n

<\/p>\n

Tecnologias utilizadas<\/H2><\/p>\n
    \n
  1. Java 7<\/li>\n
  2. Eclipse Luna<\/li>\n
  3. Tomcat 8<\/li>\n
  4. Java Mail 1.5<\/li>\n<\/ol>\n

    Crie um novo projeto Web<\/H2>
    \nAdicione os arquivos abaixo na pasta “lib” do seu projeto.<\/p>\n