Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

reinaldo polato

Envio de Email

Recommended Posts

e ai gente tudo bom

 

esse é o meu site www.criadoronline.com.br/Reinaldosite

 

é assim eu criei um formulario de e-mail eu passei ele para o site ai eu não to conseguindo enviar para o meu e-mail

 

segue o codigo abaixo

 

<html>
<body>
<form name="frm1" method="POST" ACTION=action="www.criadoronline.com.br/envia.html/cgi-bin/mailurl.cgi">
<table border="0" width="43%">
<tr>
<td width="13%"><strong>Para:</strong></td>
<td width="87%"><input type="text" name="to" size="32"></td>
</tr>
<tr>
<td width="13%"><strong>CC:</strong></td>
<td width="87%"><input type="text" name="CopiaOculta" size="32"></td>
</tr>
<tr>	
<td width="13%"><strong>Assunto:</strong></td>
<td width="87%"><input type="text" name="subject" size="32"></td>
</tr>
<tr>
<td width="13%"><strong>Mensagem:</strong></td>
<td width="87%"><textarea rows="7" name="body" cols="43"></textarea></td>
</tr>
<tr>
<input type="hidden" name="1" value="polatoreinaldo@gmail.com">
<input type="hidden" name="2" value="Resposta do SITE{ASC}">
<input type="hidden" name="3" value="www.criadoronline.com.br/envia.html">


<input type="Submit" name="Enviar" value=" Enviar>>">

</tr>
</table>
</form>
</body>
</html>

Compartilhar este post


Link para o post
Compartilhar em outros sites

e ai hgb7 beleza

 

é o seguinte eu quero colocar a pagina de envio no meu site que é www.criadoronline.com.br/reinaldosite

 

ai como que eu faço pra enviar o formulario tipo Para, CC, Assunto e Mensagem pra mim enviar por e-mail eu preciso fazer o que no meu site

Compartilhar este post


Link para o post
Compartilhar em outros sites

qual componente esta usando ?!?!?!

existem varios exemplos no lab. de script....

Compartilhar este post


Link para o post
Compartilhar em outros sites

e ai xanburzum beleza

eu to usando o cdosys que veio junto com o iis no localhost funciona o envio de e-mail eu coloquei o meu site no ar ai eu passei a pagina envia.html ai ele não funciona o que eu tenho que fazer pra ele funcionar

valeu pela ajuda de voces

Compartilhar este post


Link para o post
Compartilhar em outros sites

dá uma olhada no lab. De scripts, k tem vários exemplos, de como usar e configurar o smtp, precisa ser válido

Compartilhar este post


Link para o post
Compartilhar em outros sites

e ai xanburzum beleza

é assim a pagina de envio é em html e o servidor do site www.criadoronline não aceita asp

e a pagina em html ficou assim

 

<FORM action="envia.html" enctype="text/plain" METHOD="POST">

 

<table border="1" width="43%">

<tr>

<td width="13%"><strong>Para:</strong></td>

<td width="87%"><input type="text" name="to" size="32"></td>

</tr>

<tr>

<td width="13%"><strong>CC:</strong></td>

<td width="87%"><input type="text" name="CopiaOculta" colspan="3" size="32"></td>

</tr>

<tr>

<td width="13%"><strong>Assunto:</strong></td>

<td width="87%"><input type="text" name="subject" size="32"></td>

</tr>

<tr>

<td width="13%"><strong>Mensagem:</strong></td>

<td width="87%"><textarea rows="7" name="body" cols="43"></textarea></td>

</tr>

<tr>

<td width="13%"><input type="submit" name="botaoEnviar" value="enviar"></td>

 

<input type=hidden name="recipient" value="polatoreinaldo@gmail.com">

<input type=hidden name="subject" value="Bom Dia">

<input type=hidden name="redirect" value="http://www.criadoronline.com.br/Reinaldosite">

 

<input type="Submit" name="btn_Enviar" value=" enviar >>">

</tr>

</table>

</form>

</body>

</html>

 

as coisas tipo Para , CC , Assunto e Mensagem ele não vai para o e-mail

valeu pela ajuda de todos voces ai

Compartilhar este post


Link para o post
Compartilhar em outros sites

para ter um melhor desempenho e aproveitamento, seria interessante um host com suporte a ASP, caso contrario terá k utilizar um FormMail, passando os campos no hidden

Compartilhar este post


Link para o post
Compartilhar em outros sites

aconselho você a usar o CDOSYS, componente nativo do IIS, mas o formMail é tipo o k você estava usando

 

input type=hidden name="recipient" value="polatoreinaldo@gmail.com"> 
<input type=hidden name="subject" value="Bom Dia"> 
<input type=hidden name="redirect" value="http://www.criadoronline.com.br/Reinaldosite">

Compartilhar este post


Link para o post
Compartilhar em outros sites

e ai xanburzum beleza

 

eu ja fiz isso

 

 

<html>

<body>

<form name="frm1" method="POST" action="www.criadoronline.com.br/Reinaldosite/envia.html">

<table border="1" width="43%">

<tr>

<td width="13%"><strong>Para:</strong></td>

<td width="87%"><input type="text" name="to" size="32"></td>

</tr>

<tr>

<td width="13%"><strong>CC:</strong></td>

<td width="87%"><input type="text" name="CopiaOculta" colspan="3" size="32"></td>

</tr>

<tr>

<td width="13%"><strong>Assunto:</strong></td>

<td width="87%"><input type="text" name="subject" size="32"></td>

</tr>

<tr>

<td width="13%"><strong>Mensagem:</strong></td>

<td width="87%"><textarea rows="7" name="body" cols="43"></textarea></td>

</tr>

<tr>

<td width="13%"><input type="submit" name="Enviar_formularior" value="Enviar Formulárior"></td>

</tr>

</table>

</form>

</body>

</html>

 

 

<input type=hidden name="recipient" value="polatoreinaldo@gmail.com">

<input type=hidden name="subject" value="Bom Dia">

<input type=hidden name="redirect" value="http://www.criadoronline.com/Reinaldosite">'>http://www.criadoronline.com/Reinaldosite">

 

ai no <form name="" method="Post" ai no action eu coloco qual endereço o http://www.criadoronline.com/Reinaldosite esse ou o so o envia.html que é a pagina de envio

Compartilhar este post


Link para o post
Compartilhar em outros sites

como te falei ou você usa um componente ou usa formMail...

Compartilhar este post


Link para o post
Compartilhar em outros sites

e ai Xanburzun beleza

 

esse é o meu codigo de envio em html

Ele está dando erro quando eu envio a pagina para o servidor pra hospedar o site

 

 

<html>

<body>

<FORM METHOD="POST" ACTION=http://www.criadoronline.com.br/Reinaldosite/cgi-bin/FormMail.pl>

<table border="1" width="43%">

<tr>

<td width="13%"><strong>Para:</strong></td>

<td width="87%"><input type="text" name="to" size="32"></td>

</tr>

<tr>

<td width="13%"><strong>CC:</strong></td>

<td width="87%"><input type="text" name="CopiaOculta" colspan="3" size="32"></td>

</tr>

<tr>

<td width="13%"><strong>Assunto:</strong></td>

<td width="87%"><input type="text" name="subject" size="32"></td>

</tr>

<tr>

<td width="13%"><strong>Mensagem:</strong></td>

<td width="87%"><textarea rows="7" name="body" cols="43"></textarea></td>

</tr>

<tr>

<td width="13%"><input type="submit" name="Enviar_formularior" value="Enviar Formulárior"></td>

</tr>

</table>

</form>

</body>

</html>

 

 

<input type=hidden name="recipient" value=polatoreinaldo@gmail.com>

<input type=hidden name="subject" value="Bom dia">

<input type=hidden name="redirect" value=www.criadoronline.com.br/Reinaldosite/email.html>

<input type=text name="realname">

<input type="submit" name="Submit" value="Enviar">

</FORM>

 

 

 

ai Quando eu entro no meu site www.criadoronline.com.br/Reinaldosite

 

ai quando eu clico em enviar formulario ai da esse esso

 

 

 

The page cannot be found

The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.

--------------------------------------------------------------------------------

 

Please try the following:

 

•Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.

•If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted.

•Click the Back button to try another link.

HTTP Error 404 - File or directory not found.

Internet Information Services (IIS)

 

--------------------------------------------------------------------------------

 

Technical Information (for support personnel)

 

•Go to Microsoft Product Support Services and perform a title search for the words HTTP and 404.

•Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Web Site Setup, Common Administrative Tasks, and About Custom Error Messages.

Compartilhar este post


Link para o post
Compartilhar em outros sites

olá amigo foi como o Xanburzun disse, de uma busca no laboratorio de script, la tem infinitos exemplos muito bons, segue um exemplo abaixo.

 

Vários exemplos de evio de e-mail

 

Espero ter contribuido de alguma forma.

Compartilhar este post


Link para o post
Compartilhar em outros sites

e ai wilnet beleza

é assim esses exemplos so tem em asp tem algum exemplo em html

 

eu to usando o formail ai esse erro

 

<html>

<body>

<FORM METHOD="POST" ACTION=http://www.criadoronline.com.br/Reinaldosite/cgi-bin/FormMail.pl>

<table border="1" width="43%">

<tr>

<td width="13%"><strong>Para:</strong></td>

<td width="87%"><input type="text" name="to" size="32"></td>

</tr>

<tr>

<td width="13%"><strong>CC:</strong></td>

<td width="87%"><input type="text" name="CopiaOculta" colspan="3" size="32"></td>

</tr>

<tr>

<td width="13%"><strong>Assunto:</strong></td>

<td width="87%"><input type="text" name="subject" size="32"></td>

</tr>

<tr>

<td width="13%"><strong>Mensagem:</strong></td>

<td width="87%"><textarea rows="7" name="body" cols="43"></textarea></td>

</tr>

<tr>

<td width="13%"><input type="submit" name="Enviar_formularior" value="Enviar Formulárior"></td>

</tr>

</table>

</form>

</body>

</html>

 

 

<input type=hidden name="recipient" value=polatoreinaldo@gmail.com>

<input type=hidden name="subject" value="Bom dia">

<input type=hidden name="redirect" value=www.criadoronline.com.br/Reinaldosite/email.html>

<input type=text name="realname">

<input type="submit" name="Submit" value="Enviar">

</FORM>

 

 

 

ai Quando eu entro no meu site www.criadoronline.com.br/Reinaldosite

 

ai quando eu clico em enviar formulario ai da esse esso

 

 

 

The page cannot be found

The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.

--------------------------------------------------------------------------------

 

Please try the following:

 

•Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.

•If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted.

•Click the Back button to try another link.

HTTP Error 404 - File or directory not found.

Internet Information Services (IIS)

 

--------------------------------------------------------------------------------

 

Technical Information (for support personnel)

 

•Go to Microsoft Product Support Services and perform a title search for the words HTTP and 404.

•Open IIS Help, which is accessible in IIS Manager (inetmgr), and search for topics titled Web Site Setup, Common Administrative Tasks, and About Custom Error Messages.

Compartilhar este post


Link para o post
Compartilhar em outros sites

usa o CDOSYS, todo host k suporta ASP tem ele, é facil e rapido,

 

olha aki

Compartilhar este post


Link para o post
Compartilhar em outros sites

Olá amigo, verifiquei o site criadoronline e ele tem um plano windows e aceita ASP sim, até o site dele se você verificar é em ASP tb... a menos que seu plano for na plataforma LINUX, se este for o caso você deve pesquisar e montar seus scripts em PHP ou mudar o plano.

 

Monte uma pagina de verificação dos componentes que estão instalados e publique no seu servidor, ai você ficará sabendo quais componentes você tem para uso.

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.