Gossamer Forum
Home : Products : DBMan : Discussions :

Subject being put in reply email field!

Quote Reply
Subject being put in reply email field!
Hi,
I have a new problem! I have this line in html.pl

my (%rec) = &get_record($in{$db_key}); open (MAIL, "$mailprog") || &cgierr("Can't start mail program"); print MAIL "To: $admin_email\n"; print MAIL "From: $rec{'EMAIL'}"; print MAIL "Subject: $html_title New Record\n\n"; foreach $col (@db_cols) { print MAIL "$col$rec{$col}|"; } close (MAIL);

But when I recieve the email I get the subject in the reply email address field! i.e. me@me.comSubject <tile header>
Can anyone help me with this?
Thanks in advance
Ben

Subject Author Views Date
Thread Subject being put in reply email field! bjblackmore 2504 Oct 11, 2000, 5:59 AM
Post Re: Subject being put in reply email field!
Leprechaun 2394 Oct 11, 2000, 10:02 AM