Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: CGI recipient Option

by iburrell (Chaplain)
on Sep 01, 2004 at 18:30 UTC ( #387638=note: print w/replies, xml ) Need Help??


in reply to CGI recipient Option

BTW, I am surprised that the email works. You don't have a blank line between the header and the body. It should be:
print MAIL "Content-Transfer-Encoding: 7bit\n"; print MAIL "\n"; print MAIL "<html><head>\n";
And the From: and the Reply-To: lines are probably not formatted correctly. They should look like:
Reply-to: Some Name <some@address> From: Some Name <some@address>

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://387638]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2023-12-10 20:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (41 votes). Check out past polls.

    Notices?