in reply to Re: Email Sending issue with the file
in thread Email Sending issue with the file

Thanks it's working and bcc is just a email address same as cc content in emil, my doubt is how can i add bcc content in perl script?

  • Comment on Re^2: Email Sending issue with the file

Replies are listed 'Best First'.
Re^3: Email Sending issue with the file
by Corion (Patriarch) on May 18, 2016 at 09:04 UTC

    Your approach of

    Bcc => $bcc,

    should just work. Note that Bcc headers don't show up in the email itself.

      Oh I see okay Mr.Corion thanks a lot... :-)