View Single Post
  #415  
Old 03-19-2008, 11:27 PM
Amonaug Amonaug is offline
Private First Class
 
Join Date: Sep 2007
Posts: 8
Default Re: Advanced BlueVoda Form Processor

I'm having a bit of a problem.

Everything appears to work great EXCEPT that the e-mail that comes to me from the form has a blank To: field. I set it up in ABVFP admin area but it's not there on my e-mail and thus I get a "A message that you sent contained no recipient addresses, and therefore no
delivery could be attempted." in my mail client that the e-mail is supposed to go to.

This is the header info in the error e-mail

To:
Subject: Custom Order Submission
X-PHP-Script: www.amonaug.com/ABVFP/dbts_abvfp.php for 71.86.192.31
From: aldarontav********.com
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="==Multipart_Boundary_xe660289746d3e93e78 de4cc91aefefd9x"
Message-Id: <E1Jc6Bn-0007zg-7a@voda23.voda23.com>
Date: Wed, 19 Mar 2008 16:51:15 -0500

On the auto-responder e-mail that goes to the submitter everything is great, works perfect.

Opening up dbts_abvfp.php in wordpad I have this
// now we'll build the message headers
$ndmailhead = "From: $ndemail\r\n" .
"MIME-Version: 1.0\r\n" .
"Content-Type: multipart/mixed;\r\n" .
" boundary=\"{$mime_boundary}\"";

Shouldn't there be a "To: " line in there or is that someplace else in the script that I missed?

I'm not very experience in scripts but can make out some things sometimes.