Date sent: Mon, 18 Aug 2008 17:50:16 +0800
From: loody <[EMAIL PROTECTED]>
To: beginners@perl.org
Subject: Question about email address problem
> Dear all:
> I use Mail::Sender to send mails.
> But I have a problem
On Mon, 2008-08-18 at 17:50 +0800, loody wrote:
> Dear all:
> I use Mail::Sender to send mails.
> But I have a problem.
> How could I pass email address to the sendto parameter.
>
> Usually we use ' ' or "\@" to avoid taking care of @.
> just like ex1 below.
>
> But I use an array to save my rec
Dear all:
I use Mail::Sender to send mails.
But I have a problem.
How could I pass email address to the sendto parameter.
Usually we use ' ' or "\@" to avoid taking care of @.
just like ex1 below.
But I use an array to save my receivers and I want to pass them one by one.
like ext2 below.
And pe