Jump to content
Fórum Script Brasil
  • 0

Cdonts - Envio De E-mail


Guest Estevam

Question

Guest Estevam

dry.gif já esta enchendo o saco... eu não consigo fazer a porcaria do e-mail funcionar.... mas ai eu ouvi falar de um tal de CDONTS

e fiquei abendo que por ele da para mandar e-mails! por favor me ajudem! como é que eu posso fazer uma pagina CONTATO sendo que o envio do e-mail é pelo CDONTS.

obrigado

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Amigo Estevam se cadastra ai..........

Primeiro verifique se você tem o cdonts instalado se não tiver visite o tópico sobre componentes, ai em destaque

depois estou postando um codigo de exemplo com o cdonts ok?

Eu primeiramente criei uma pagina com formulario e no action do form eu coloquei o nome da pagia enviar.asp

e esta pagina que envia ok

ENVIAR.asp

<%
dim nome, email, assunto, cidade, texto, mensagem, msg
'recuperar valores do formulário
nome = request.Form("txtNome")
email = request.Form("txtMail")
assunto = request.form("txtAssunto")
cidade = request.form("txtcidade")
mensagem = request.form("txtMens")


'criamos o objeto para receber
set msg = createObject("CDONTS.newMail")
msg.from = email
msg.To = "postmaster@top360graus.com"
msg.subject = assunto
texto = "O Internauta "&nome&" da Cidade de "&cidade&" lhe enviou a seguinte mensagem"
texto = texto & mensagem
msg.body = texto
msg.send
set msg = nothing
%>
<table width="100%" border="0">
  <tr>
    <td><table width="100%" border="0" cellpadding="0" cellspacing="0" class="Fonte">
        <tr> 
          <td colspan="2"  background="imagens/fundo_lar.gif"><img src="imagens/Icon_top.gif" width="58" height="36"> 
            <strong><font size="4">S</font>ua Mensagem foi enviada com sucesso 
            !!!!</strong></td>
        </tr>
        <tr> 
          <td height="1" colspan="2" bgcolor="#FF9933"></td>
        </tr>
        <tr> 
          <td width="19%" rowspan="2" background="imagens/fundo_lar.gif">&nbsp;</td>
          <td width="81%" background="imagens/fundo_lar.gif"> <p align="center">&nbsp;</p></td>
        </tr>
        <tr> 
          <td background="imagens/fundo_lar.gif">&nbsp;</td>
        </tr>
        <tr> 
          <td background="imagens/fundo_lar.gif"><div align="right"><img src="imagens/LOGO_TOP.gif" width="137" height="115"></div></td>
          <td background="imagens/fundo_lar.gif"><div align="center"><font size="3"><strong>M</strong></font>uito 
              Obrigado pela sua aten&ccedil;&atilde;o. Aguarde logo entraremos 
              em contato com voc&ecirc;.<br>
              <strong><font size="3">T</font></strong>oda a Equipe da <strong>Top360Graus</strong> 
              lhe agredece a prefer&ecirc;ncia</div></td>
        </tr>
        <tr> 
          <td background="imagens/fundo_lar.gif">&nbsp;</td>
          <td background="imagens/fundo_lar.gif">&nbsp;</td>
        </tr>
        <tr> 
          <td colspan="2" background="imagens/fundo_lar.gif"><div align="center"><strong><font color="#FF6633"><a href="http://www.top360graus.com" class="link2">www.top360graus.com</a></font></strong></div></td>
        </tr>
      </table></td>
  </tr>
</table>

ok qualquer duvida.. posta ai

abraços

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...