Re: mail from script

2000-10-24 Thread Anthony E . Greene
On Sun, 22 Oct 2000 00:19 Cameron Simpson wrote: >On Tue, Oct 17, 2000 at 11:30:25PM -0400, Anthony E . Greene wrote: >| On Mon, 16 Oct 2000 18:04 Bryan K. wrote: >| >I need to send mail to multiple Bcc recipients from a script. But, the >| >from address needs to be different than the user who is

Re: mail from script

2000-10-21 Thread Cameron Simpson
On Tue, Oct 17, 2000 at 11:30:25PM -0400, Anthony E . Greene wrote: | On Mon, 16 Oct 2000 18:04 Bryan K. wrote: | >I need to send mail to multiple Bcc recipients from a script. But, the | >from address needs to be different than the user who is sending it. | >Basically this is for a virtual domain

RE: mail from script

2000-10-19 Thread Alfredo Macias
Ditto. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Chris Harvey Sent: Tuesday, October 17, 2000 8:24 AM To: [EMAIL PROTECTED] Subject:Re: mail from script > I need to send mail to multiple Bcc recipients from a script. But,

Re: mail from script

2000-10-19 Thread Bryan K.
On Tue, 17 Oct 2000, Chris Harvey wrote: > > I need to send mail to multiple Bcc recipients from a script. But, the > > from address needs to be different than the user who is sending it. > > Basically this is for a virtual domain, so it needs to send from > > [EMAIL PROTECTED] but the From add

Re: mail from script

2000-10-19 Thread Michael Butler/CanEast/IBM
t; on 10/16/2000 07:04:22 PM Please respond to [EMAIL PROTECTED] To: RedHat List <[EMAIL PROTECTED]> cc: Subject: mail from script I need to send mail to multiple Bcc recipients from a script. But, the from address needs to be different than the user who is sending it. Basically this i

Re: mail from script

2000-10-17 Thread Anthony E . Greene
On Mon, 16 Oct 2000 18:04 Bryan K. wrote: >I need to send mail to multiple Bcc recipients from a script. But, the >from address needs to be different than the user who is sending it. >Basically this is for a virtual domain, so it needs to send from >[EMAIL PROTECTED] but the From address needs to

Re: mail from script

2000-10-17 Thread Chris Harvey
> I need to send mail to multiple Bcc recipients from a script. But, the > from address needs to be different than the user who is sending it. > Basically this is for a virtual domain, so it needs to send from > [EMAIL PROTECTED] but the From address needs to be > [EMAIL PROTECTED] How can I do th

mail from script

2000-10-17 Thread Bryan K.
I need to send mail to multiple Bcc recipients from a script. But, the from address needs to be different than the user who is sending it. Basically this is for a virtual domain, so it needs to send from [EMAIL PROTECTED] but the From address needs to be [EMAIL PROTECTED] How can I do this? Thank