Connecting Tech Pros Worldwide Help | Site Map

email parameters

  #1  
Old June 10th, 2009, 01:14 AM
n8kindt's Avatar
Familiar Sight
 
Join Date: Mar 2008
Location: Southern California
Posts: 221
i have a dynamic database-driven email forwarding system which is called when the physical email address that an email is sent to does not reside on the server. the email is passed on to my script using the "default email address" (which, in this case is being piped to a script). the php script that the email is piped to searches the email header to determine the new recipients and sends the email on its merry way. the flaw in this is if an email is sent using bcc, the recipient does not appear in the header. so how can i possibly tell who the recipient is? is there a way to determine what recipient the email software is working with after it gets routed to the default email address?

i posted this question in the php section and got no response regarding that topic whatsoever (OUTPUT raw email with php) so i'm thinking it's more of an apache thing. thanks for your time.

nate
  #2  
Old June 13th, 2009, 06:53 PM
n8kindt's Avatar
Familiar Sight
 
Join Date: Mar 2008
Location: Southern California
Posts: 221

re: email parameters


(bump)
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
email parameters n8kindt answers 4 June 17th, 2009 11:34 PM
adding parameters tshad answers 2 November 19th, 2005 02:44 PM
oleDb Command Parameters Bill Cart answers 3 November 15th, 2005 11:17 AM
using Command to set Parameters and Recordset to retrive the Query Bruno Alexandre answers 5 July 19th, 2005 12:14 PM