Categoria Atual: PHP
Segue um código bem simples de envio de e-mail com PHP, junto com a função mail(); Já está comentado, é usar e aprimorar!! Arquivo: enviar.html <html> <head> <title>Formulario de E-mail</title> </head> <body> <table width="401" border="0" align="center" cellpadding="0" cellspacing="1"> <form action="envia_email.php" method="post"> <tr> <td width="20%">Seu Email:</td> <td><input type="text" name="email" size="50" maxlength="255"></td> </tr> <tr> <td width="20%">Assunto:</td> <td><input type="text" name="assunto" size="50" maxlength="255"></td> </tr> <tr> <td colspan="2">Mensagem:<br><textarea cols="60" rows="5" name="mensagem"></textarea> </td> </tr> <tr> <td height="40" colspan=2 align="center"><input type="submit" value="Enviar"></td> </tr> </form> </table> </body> </html> …
Continue Lendo
Agência OFF, desenvolvimento de soluções web para as Agências Digitais

