parvezp has asked for the wisdom of the Perl Monks concerning the following question:

Hi All,

Is it possible to set the bounce back field using the Net::SMTP module.

I have tried the following method calls. But all fail.
## approach 1 $smtp->bounceback($mail_bounce); ## approach 2 $smtp->bounce_back($mail_bounce); ## approach 3 $smtp->bounce($mail_bounce);

Thanks,
Parvez

Replies are listed 'Best First'.
Re: Setting reply-to field using Net::SMTP
by spatterson (Pilgrim) on Jul 24, 2007 at 15:20 UTC
    Why aren't you using Mail::Sender ? it works and is so much easier to use.

    just another cpan module author