Hey everyone,
I've been working on at work all day trying to figure out a problem that has been happening lately.
I am currently trying to create a simple PHP email form for a regular HTTP page. I have done this in the past on other servers running PHP, and Apache, and it has worked just swell. But this time, on the server I am working on now, I am trying to do this type of PHP email form again, but it doesn't work. Each time I try to use the form to send an email to a given address, in the mail.log file, it gives me:
DSN: Data format error
Jul 23 15:15:01 CHSWebserver sendmail[17778]: h6NMF1fu017778: to=www, delay=00:0
0:00, xdelay=00:00:00, mailer=local, pri=31125, dsn=2.0.0, stat=Sent
I've looked all around Google and phpbuilder and the PHP docs to try to find out how to fix this problem! But I have yet to find a working solution, unfortunately.
Does anyone know what could be the problem here? Thanks if anyone can help, or get me pointed in the right direction. I have been stressed out all day trying to figure this out....