Re: Mail::Sender

2001-02-02 Thread Alloun, Jonathan
Title: Re: Mail::Sender Hello, I would like to pass this by you all and perhaps someone out there has also experienced this. When I send an e-mail with Mail::Sender, sometimes the repepiant receives an e-mail and at other times they do not??? I have been looking at the code and find

Mail::Sender - bug?

2002-05-21 Thread Lee Goddard
Hi! #! perl; use Mail::Sender; $to = "[EMAIL PROTECTED]"; for (1..10){ my $sender = new Mail::Sender; die $Mail::Sender::Error if not ref $sender; my $rep = ''; open (REP, "Report") or die "Cannot open Report: $!\n"; read REP, $rep, -s REP; close

Mail::Sender help needed

2001-05-30 Thread Waseem Aslam
my system is windows 2000 , IIS 5.0 i am using the Mail::Sender module with the code below, the problem is that all the e-mails are saved to the c:\Inetpub\mailroot\queue there is also another file in the dir which is called NTFS_e121a4c001c0fc1d0001.EML the file type for this is

Mail-Sender upgrade problem

2002-03-27 Thread Mike Reilley
I have just install perl v5.6.1 build 631 I used ppm to install Mail-Sender from the ActiveState Repository This installed Mail-Sender 0.7.10 I the went to Jenda's site to upgrade to the latest Mail-Sender 0.7.13.1 I used the following command upgrade Mail-Sender -install the reply Error: Pa

Re: Mail::Sender - bug?

2002-05-21 Thread Sisyphus
- Original Message - From: "Lee Goddard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, May 21, 2002 6:21 PM Subject: Mail::Sender - bug? > Hi! > > #! perl; > use Mail::Sender; > $to = "[EMAIL PRO

RE: Mail::Sender - bug?

2002-05-21 Thread Matt Hart
PROTECTED] Subject: Mail::Sender - bug? Hi! #! perl; use Mail::Sender; $to = "[EMAIL PROTECTED]"; for (1..10){ my $sender = new Mail::Sender; die $Mail::Sender::Error if not ref $sender; my $rep = ''; open (REP, "Report") or die "Cannot open Report: $!\n";

RE: Mail::Sender - bug?

2002-05-21 Thread Lee Goddard
ay 2002 09:22 >To: [EMAIL PROTECTED] >Cc: [EMAIL PROTECTED] >Subject: Mail::Sender - bug? > > >Hi! > >#! perl; >use Mail::Sender; >$to = "[EMAIL PROTECTED]"; >for (1..10){ >my $sender = new Mail::Sender; >die $Mail::Sender::Error if not ref $sen

authentication using Mail::Sender

2002-09-11 Thread Hardik Oza
Hello Team, I am using Mail::Sender module and wanted to know if anybody knows how to authenticate to the SMTP sever using this module. Please let me know if there are any examples. Thanks in advance. Hardik __ Yahoo! - We Remember 9-11: A tribute

Mail::Sender - authentication + design questions

2002-03-25 Thread Jenda Krynicky
I would like to get some input from the general public on a few issues with Mail::Sender. 1) Will anyone mind if the SendX() methods will return the Mail::Sender object instead of the 1 they used to? This would allow chaining the method calls like this : eval { (new Mail

Re: Mail-Sender upgrade problem

2002-03-27 Thread $Bill Luebkert
Mike Reilley wrote: > I have just install perl v5.6.1 build 631 > I used ppm to install Mail-Sender from the ActiveState Repository > This installed Mail-Sender 0.7.10 > I the went to Jenda's site to upgrade to the latest Mail-Sender 0.7.13.1 > I used the following command &

Re: Mail-Sender upgrade problem

2002-03-27 Thread Edward G. Orton
- Original Message - From: "Mike Reilley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 27, 2002 7:46 PM Subject: Mail-Sender upgrade problem > I have just install perl v5.6.1 build 631 > I used ppm to install Mail-Sender from the A

Re: Mail-Sender upgrade problem

2002-03-27 Thread Mike Reilley
Bill, I found MIME/Decoder/QuotedPrint.pm as advertised in my C:\perl directory. I then retried to install using ver 3.0 beta 3 of ppm and received the same error. I then tried to install using ppm version 2.1.5 and received no errors install went as advertised. Both versions ship with PERL Activ

RE: authentication using Mail::Sender

2002-09-11 Thread T&C Winquist
ssage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Hardik Oza Sent: Wednesday, September 11, 2002 9:35 AM To: [EMAIL PROTECTED] Subject: authentication using Mail::Sender Hello Team, I am using Mail::Sender module and wanted to know if anybody knows how to authenticate to the S

Mail::Sender appends equalsign to attachment

2003-07-04 Thread Wermström Emma
Hi, I'm using the perl module Mail::Sender and it's working exactly the way I want it to. There is only one problem. I'm sending an attachment with my email, it's a simple .txt-file. The problem is that when the file is opened by the receiver of the email an equalsign (&q

Mail::Sender and HTML::Template question

2002-05-03 Thread Kevin
Hello, I am trying to send mail using Mail::Sender and have been unsuccessful. I am using HTML::Template object to hold the mail template . my $thtml = $self->load_tmpl($config->get_base_template_path . $config->get_MAIL_order_confirm_client, die_on_bad_params => 0); my $sende

Mail::Sender with Perl 5.8.0 Build

2002-11-13 Thread Scott Carr
I am using Mail-Sender with a version of Perl I built on an NT workstation. I am having an issue where the Exchange server I am attaching to gives me an Invalid Address when I submit the ehlo command. I tried ActivePerl binary and didn't have the problem. Is there something I am missing

Issue with Mail::Sender : Help needed

2009-03-04 Thread Perl Perl
Dear All, I am getting the below error for Mail::Sender utility. Which sends the mail. Your help will be a great help for me. Error is, *Can't find string terminator "*END*" anywhere before EOF at Mail_Attach.pl line 18. * Please find the complete code as below, and platform is

Re: Mail::Sender appends equalsign to attachment

2003-07-04 Thread Ulf Lowig
ström Emma wrote: Hi, I'm using the perl module Mail::Sender and it's working exactly the way I want it to. There is only one problem. I'm sending an attachment with my email, it's a simple .txt-file. The problem is that when the file is opened by the receiver of the email an

Re: Mail::Sender and HTML::Template question

2002-05-03 Thread David Kaufman
"Kevin" <[EMAIL PROTECTED]> wrote: > I am trying to send mail using Mail::Sender and have been unsuccessful. I am > using HTML::Template object to hold the mail template . > > my $thtml = $self->load_tmpl($config->get_base_template_path . > $

RE: Issue with Mail::Sender : Help needed

2009-03-04 Thread 田口 浩
om] On Behalf Of Perl Perl Sent: Wednesday, March 04, 2009 10:07 PM To: perl-win32-users@listserv.activestate.com Subject: Issue with Mail::Sender : Help needed Dear All, I am getting the below error for Mail::Sender utility. Which sends

RE: Mail-Sender Port for AS Perl 5.8 (Win)

2003-06-27 Thread Jeff Griffiths
FYI Our build engineer has gotten Mail-Sender to compile properly for ActivePerl 5.8 - it is now available in ppm. yay Tj! JeffG > -Original Message- > From: Michael Cohen [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 26, 2003 3:45 PM > To: [EMAIL PROTECTED] > Subje

Mail::Sender - sending a file with a variable filename

2001-02-19 Thread Greg Wardawy
Hello all, Is there any way to send a file with a variable filename i.e. vendor$date (where $date = "0219.csv") using the Mail::Sender? Everything works fine if I put: file => 'vendor0219.csv' but it doesn't when: file

Re: Mail::Sender - sending a file with a variable filename

2001-02-19 Thread Ben Wheeler
At 04:05 PM 2/19/2001 -0600, Greg Wardawy wrote: >Hello all, >Is there any way to send a file with a variable filename i.e. vendor$date (where $date = "0219.csv") using the Mail::Sender? >Everything works fine if I put: >file => 'vendor0219.csv' >but

Re: Mail::Sender - sending a file with a variable filename

2001-02-19 Thread Bennett Haselton
ot;0219.csv") using the Mail::Sender? >Everything works fine if I put: >file => 'vendor0219.csv' >but it doesn't when: >file => 'vendor$date' >TIA >Greg > >___ >Perl-Win32-Users mailing list >[

Re: Mail::Sender - sending a file with a variable filename

2001-02-19 Thread Carl Jolley
On Mon, 19 Feb 2001, Greg Wardawy wrote: > Hello all, > Is there any way to send a file with a variable filename i.e. vendor$date (where >$date = "0219.csv") using the Mail::Sender? > Everything works fine if I put: > file => 'vendor0219.csv' > bu

Can't get Mail::Sender to work in compiled Perl program

2001-05-08 Thread Kyle Payne
and produce the error the e-mail is never sent. Do I have to use another switch to get this to work. The only config file I see Mail::Sender use is Sender.config and just running -f above seems to load it into the .exe. Help?? Kyle Payne Berbee 4000 West Spencer Street Appleton, WI 54914-4015

RE: Issue with Mail::Sender : "what is the << function called?"

2009-03-05 Thread Greg Aiken
ivestate.com [mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of ?? ? Sent: Wednesday, March 04, 2009 4:30 PM To: perl-win32-users@listserv.activestate.com Subject: RE: Issue with Mail::Sender : Help needed Hello, Did you already resolve it? There is space before *END*. #!Perl print &

RE: Issue with Mail::Sender : "what is the << function called?"

2009-03-05 Thread Andy_Bach
> ... but what exactly is the "<<" function called? It's called a "here doc" - it's a unix/shell convention, allowing multiline input: $ mail root < hi > > mom > > . > EOM (old 'mail' ends w/ a '.' on line by itself) perldoc -q HERE.Doc Found in /usr/lib/perl5/5.8.0/pod/perlfaq4.pod W

RE: Issue with Mail::Sender : "what is the << function called?"

2009-03-06 Thread Brian Raven
-boun...@listserv.activestate.com Subject: RE: Issue with Mail::Sender : "what is the << function called?" > > ... but what exactly is the "<<" function called? > > It's called a "here doc" - it's a unix/shell conventio

Re: Can't get Mail::Sender to work in compiled Perl program

2001-05-09 Thread Jenda Krynicky
gt; > Now when I run the install.exe and produce the error the e-mail is never > sent. > > Do I have to use another switch to get this to work. The only config file I > see Mail::Sender use is Sender.config and just running -f above seems to > load it into the .exe. >

Re: The SMTP server was not found, error from mail::sender

2002-02-09 Thread Edward G. Orton
09, 2002 10:56 AM Subject: The SMTP server was not found, error from mail::sender > When I use mail::sender in a .pl everything works correctly. When I compile > it I get the error "The SMTP server was not found" when the e-mail should be > sent. > If you use the following li

Re: The SMTP server was not found, error from mail::sender

2002-02-10 Thread Jenda Krynicky
From: "Forrest Payne" <[EMAIL PROTECTED]> To: "Perl PDK \(E-mail\)" <[EMAIL PROTECTED]>, "Perl User \(E-mail\)" <[EMAIL PROTECTED]>, "Perl Win32 Admin \(E-mail\)" <[EMAIL PROTECTE