Am 07. Apr, 2003 schw=E4tzte Stonewolf so: > I have built a basic e-mail form, but it will only send to a yahoo accoun= t. I can get it to send > to a pop3 domain account like mark@neowav.com or a qwest account. It does= n't matter whether I go > online using horde or use download with express. The email just doesn't g= et there. But yahoo > receives it without a problem. Am I missing a required field? > > EXAMPLE: > $mail_to =3D "$recipient_email"; > > =09=09$mail_from =3D "$your_email"; > > =09=09$mail_reply_to =3D "$your_email"; If these two are the same you don't need the Reply-to: header. > =09=09$mail_headers =3D "From: $mail_from\r\nReply-to: > =09=09=09=09=09=09$mail_reply_to\r\n"; Are you embedding an extra newline in this string? "From: $mail_from\r\nReply-to:\n $mail_reply_to\r\n" Not certain why \r is needed as well as \n. ciao, der.hans --=20 # https://www.LuftHans.com/ http://www.TOLISGroup.com/ # "The purpose of IT is to seamlessly and transparently provide the other # 9/10's of the [iceberg] for people who need to work with chunks # of floating ice." -- Strata Rose Chalup