I have never used that before... but, i just use Mail::Sender.
THat works for me and i have not yet seen a problem like yours with that module.
-Opie






"Geoff Ellis" <[EMAIL PROTECTED]> on 03/01/2002 06:04:18 AM

Please respond to [EMAIL PROTECTED]

To:   "Unix (E-mail)" <[EMAIL PROTECTED]>
cc:    (bcc: Opeyemi Bakare/WTC1/Empire)

Subject:  [Perl-unix-users] email question



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








"Empire Blue Cross Blue Shield" made the following
 annotations on 03/01/02 11:32:11
------------------------------------------------------------------------------

[INFO] -- Access Manager:
Attention!  This electronic message contains information that may be legally 
confidential and/or privileged.  The information is intended solely for the individual 
or entity named above and access by anyone else is unauthorized.  If you are not the 
intended recipient, any disclosure, copying, distribution, or use of the contents of 
this information is prohibited and may be unlawful.  If you have received this 
electronic transmission in error, please reply immediately to the sender that you have 
received the message in error, and delete it.



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

Reply via email to