I'm using the MIME::Entity module to send emails, I have a small question,
if I'm using a form on an apache server (site www.metalogicplc.com ), and
the user enters his email address say [EMAIL PROTECTED] on the form, is
there a way around having the hostdomain email address appear in the headers
of the mail, rather than the one to which you would want to reply?

I've tried:
        my $msg = MIME::Entity->build(  Type                    => $MIME,
                                        From            => "geoff\@geoffellis.com",
                                                To                      => 
"geoff\@metalogicplc.com",
                                        Reply-To        => "geoff\@geoffellis.com",
                                        Sender          => "geoff\@geoffellis.com",
                                        Return-Path     => "geoff\@geoffellis.com",
                                        Subject         => "e-MetalWeb Enquiry",
                                        Data                    => "Some Data Here, 
either in HTML or text/plain"

when the email comes into my mail box it's reply to address is
[EMAIL PROTECTED]

is there a way around this or do I have to live with it?

TIA

Geoff


_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to