document.write("<div class=\"pastie\">\n");
document.write("  <link href=\"http://pastie.org/stylesheets/embed.css\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n");
document.write("  <link href=\"http://pastie.org/stylesheets/clean.css\" media=\"screen\" rel=\"stylesheet\" type=\"text/css\" />\n");
document.write("  \n");
document.write("\n");
document.write("  \n");
document.write("  \n");
document.write("\n");
document.write("\n");
document.write("\n");
document.write("\n");
document.write("\n");
document.write("\n");
document.write("\n");
document.write("	\n");
document.write("	<div class=\"allcode\">\n");
document.write("		<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n");
document.write("		<tr>\n");
document.write("			<td>\n");
document.write("				\n");
document.write("				<pre class=\"textmate-source-numbers\">1\n");
document.write("2\n");
document.write("3\n");
document.write("4\n");
document.write("5\n");
document.write("6\n");
document.write("7\n");
document.write("8\n");
document.write("9\n");
document.write("10\n");
document.write("11\n");
document.write("12\n");
document.write("13\n");
document.write("14\n");
document.write("15\n");
document.write("16\n");
document.write("17\n");
document.write("18\n");
document.write("19\n");
document.write("20\n");
document.write("<\/pre>\n");
document.write("			<\/td>\n");
document.write("		<td>\n");
document.write("		<pre class=\"textmate-source\"><pre class=\"sunburst\"><span class=\'comment comment_line comment_line_number-sign comment_line_number-sign_shell\'>#!/bin/bash<\/span>\n");
document.write("\n");
document.write("SMTP_SERVER=<span class=\'string string_quoted string_quoted_double string_quoted_double_shell\'>&quot;smtp://smtp.gmail.com:587&quot;<\/span>\n");
document.write("SMTP_FROM=<span class=\'string string_quoted string_quoted_double string_quoted_double_shell\'>&quot;joez@gmail.com&quot;<\/span>\n");
document.write("SMTP_USER=<span class=\'string string_quoted string_quoted_double string_quoted_double_shell\'>&quot;joez@gmail.com&quot;<\/span>\n");
document.write("SMTP_PASS=<span class=\'string string_quoted string_quoted_double string_quoted_double_shell\'>&quot;senha_do_email_aqui&quot;<\/span>\n");
document.write("EMAIL_DST=<span class=\'string string_quoted string_quoted_double string_quoted_double_shell\'>&quot;fulano@gmail.com&quot;<\/span>\n");
document.write("SMTP_ASSUNTO=<span class=\'string string_quoted string_quoted_double string_quoted_double_shell\'>&quot;Teste&quot;<\/span>\n");
document.write("MENSAGEM=<span class=\'string string_quoted string_quoted_double string_quoted_double_shell\'>&quot;Teste de Email - <span class=\'string string_interpolated string_interpolated_backtick string_interpolated_backtick_shell\'>`date`<\/span>&quot;<\/span>\n");
document.write("\n");
document.write("echo <span class=\'string string_quoted string_quoted_double string_quoted_double_shell\'>&quot;<span class=\'variable variable_other variable_other_normal variable_other_normal_shell\'>$MENSAGEM<\/span>&quot;<\/span> <span class=\'keyword keyword_operator keyword_operator_pipe keyword_operator_pipe_shell\'>|<\/span> mailx -v -s <span class=\'string string_quoted string_quoted_double string_quoted_double_shell\'>&quot;<span class=\'variable variable_other variable_other_normal variable_other_normal_shell\'>$SMTP_ASSUNTO<\/span>&quot;<\/span> \\\n");
document.write("-S smtp-use-starttls \\\n");
document.write("-S ssl-verify=ignore \\\n");
document.write("-S smtp-auth=login \\\n");
document.write("-S smtp=<span class=\'string string_quoted string_quoted_double string_quoted_double_shell\'>&quot;<span class=\'variable variable_other variable_other_normal variable_other_normal_shell\'>$SMTP_SERVER<\/span>&quot;<\/span> \\\n");
document.write("-S from=<span class=\'string string_quoted string_quoted_double string_quoted_double_shell\'>&quot;<span class=\'variable variable_other variable_other_normal variable_other_normal_shell\'>$SMTP_FROM<\/span>&quot;<\/span> \\\n");
document.write("-S smtp-auth-user=<span class=\'string string_quoted string_quoted_double string_quoted_double_shell\'>&quot;<span class=\'variable variable_other variable_other_normal variable_other_normal_shell\'>$SMTP_USER<\/span>&quot;<\/span> \\\n");
document.write("-S smtp-auth-password=<span class=\'string string_quoted string_quoted_double string_quoted_double_shell\'>&quot;<span class=\'variable variable_other variable_other_normal variable_other_normal_shell\'>$SMTP_PASS<\/span>&quot;<\/span> \\\n");
document.write("-S ssl-verify=ignore \\\n");
document.write("<span class=\'string string_quoted string_quoted_double string_quoted_double_shell\'>&quot;<span class=\'variable variable_other variable_other_normal variable_other_normal_shell\'>$EMAIL_DST<\/span>&quot;<\/span>\n");
document.write("<\/pre><\/pre>\n");
document.write("		<\/td>\n");
document.write("		<\/tr>\n");
document.write("		<\/table>\n");
document.write("	\n");
document.write("	<\/div>\n");
document.write("\n");
document.write("\n");
document.write("  \n");
document.write("  \n");
document.write("  <div class=\"credit\">\n");
document.write("    <div class=\"buttons\">\n");
document.write("      <a href=\"http://pastie.org/pastes/909066.txt\">\n");
document.write("      <img src=\"http://pastie.org/images/view.png\" height=\"20\" width=\"67\" /><\/a>\n");
document.write("    <\/div>\n");
document.write("  \n");
document.write("    <a href=\"http://pastie.org/909066\">Pastie #909066<\/a> linked directly from <a href=\"http://pastie.org/\">Pastie<\/a>.\n");
document.write("  <\/div><\/div>");

