Ver Mensaje Individual
  #1 (permalink)  
Antiguo 25/08/2007, 15:33
masterman18
 
Fecha de Ingreso: agosto-2007
Mensajes: 2
Antigüedad: 16 años, 8 meses
Puntos: 0
De acuerdo me podrian ayudar con codigo php de envio de correos masivos?

hola a todos soy nuevo en esta web y me parecio muy buena pagina mejor que otras que visite bueno el punto es que estoy aprendiendo un poco de php quisiera que me ayuden con el codigo de php que necesito para enviar correos hice este codigo en html y la verdad es que ya me rompi la cabeza intentando hacer un codigo php para que interactue con este mailer y me harian un favor si me ayudarian con el codigo

Código HTML:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>[Mailers MaVi]</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<STYLE>
.normal {
FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.form {
BORDER-RIGHT: #666666 1px dashed; BORDER-TOP: #666666 1px dashed; FONT-SIZE: 10px; BORDER-LEFT: #666666 1px dashed; COLOR: #333333; BORDER-BOTTOM: #666666 1px dashed; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff
}
.Estilo1 {color: #FFFFFF}
.Estilo2 {color: #990099}
</STYLE>

<META content="MSHTML 6.00.2900.2180" name=GENERATOR></HEAD>
<BODY bottomMargin=0 leftMargin=0 topMargin=0 rightMargin=0 marginheight="0"
marginwidth="0">
<FORM name=form1 action=mailer.php method=post encType=multipart/form-data><INPUT
type=hidden value=sim name=veio>
<TABLE class=normal height=248 cellSpacing=1 cellPadding=0 width=463
align=center bgColor=#990099 border=0>
<TBODY>
<TR>
<TD align=middle width=461 bgColor=#990099 height=39><FONT
face="Verdana, Arial, Helvetica, sans-serif" color=#ffffff
size=3><STRONG>[ Mailers MaVi ]</STRONG></FONT></TD>
</TR>
<TR>
<TD vAlign=top width=461 bgColor=#ffffff height=194>
<TABLE class=normal height=277 cellSpacing=5 cellPadding=0 width="100%"
border=0>
<TBODY>
<TR>
<TD align=right width="16%" height=25><span class="Estilo2">nombre</span><FONT
color=#000000>:</FONT></TD>
<TD width="84%" height=25><FONT color=#000000><INPUT class=form
id=RealName size=84 name=RealName>
</FONT></TD>
<TR>
<TD align=right width="16%" height=25>&nbsp;</TD>
<TD width="84%" height=25><FONT color=#000000>&nbsp; </FONT></TD>
<TR>
<TD align=right width="16%" height=25><span class="Estilo2">De</span><FONT
color=#000000>:</FONT></TD>
<TD width="84%" height=25><FONT color=#000000><INPUT class=form
id=de size=84 name=de>
</FONT></TD></TR>
<TR>
<TD align=right height=25><span class="Estilo2">Asunto</span><FONT color=#000000>:</FONT></TD>
<TD height=25><FONT color=#000000><INPUT class=form id=assunto
size=84 name=assunto>
</FONT></TD></TR>
<TR align=middle bgColor=#ffaeae>
<TD height=18 colSpan=2 bgcolor="#990099"></TD>
</TR>
<TR>
<TD vAlign=top align=right colSpan=2 height=65>
<P align=center><FONT color=#000000><TEXTAREA id=html name=html rows=10 cols=40>
</TEXTAREA>
</FONT></P></TD></TR>
<TR align=middle bgColor=#ffaeae>
<TD height=19 colSpan=2 bgcolor="#990099"><span class="Estilo1">Lista de e-mails
Automatico xD</span> </TD>
</TR>
<TR>
<TD vAlign=top colSpan=2 height=54><FONT color=#000000><INPUT
type=file name=emails> <BR><BR>
</FONT><span class="Estilo2"><FONT size=1>* No
abusar el tamaño da lista, para usar el sistema minimo 10 mil mail
250kB</FONT></span> </TD>
</TR>
<TR>
<TD vAlign=top align=right height=29></TD>
<TD vAlign=top align=middle height=29><FONT color=#000000><INPUT type=submit value=Enviar name=Submit></FONT></TD></TR></TBODY></TABLE></TD></TR>
<TR>
<TD align=middle width=461 bgColor=#990099 height=15><B><FONT
color=#ffffff size=2>by MaVi </FONT></B></TD>
</TR></TBODY></TABLE></FORM></BODY></HTML>

P.D. gracias de antemano lei en otras partes que no aportan con los spam pero este codigo lo necesito para enviar a usuarios que aceptan el ingreso de estos correos a sus bandeja de entrada
saludos