Re: using Mail::Sender

2005-05-19 Thread Offer Kaye
On 5/19/05, Graeme McLaren wrote: > Offer, everyone, I tried sending an email from a mail server and I got an > error: > > Local user "user" unknown on host "mail.smtpserver.com" > > > It seems to break on $email. The "user" that the error reports is the value > of $email, so why isn't it sendi

Re: using Mail::Sender

2005-05-19 Thread Graeme McLaren
x27;username', authpwd => 'password', }) < 0) { die "$Mail::Sender::Error\n"; } print "Mail sent OK." ## From: Offer Kaye <[EMAIL PROTECTED]> Reply

Re: using Mail::Sender

2005-05-19 Thread Offer Kaye
On 5/19/05, Graeme McLaren wrote: > Hi all, I'm wanting to use the Mail::Sender module. When sending emails > I'll need to use an SMTP server. On CPAN I found the following in the > documentation, is this all I would need to send email? What is the "auth" > key for? Surely all you need is a hos

using Mail::Sender

2005-05-19 Thread Graeme McLaren
Hi all, I'm wanting to use the Mail::Sender module. When sending emails I'll need to use an SMTP server. On CPAN I found the following in the documentation, is this all I would need to send email? What is the "auth" key for? Surely all you need is a host, username and password? if ($sender-

Re: using Mail::Sender

2004-11-20 Thread Mike Blezien
Gunnar Hjalmarsson wrote: Mike Blezien wrote: I was hoping someone maybe able to supply a simple code example using the Mail::Sender module for sending a message via SMTP w/authentication, a message body and attaching an image to the email. I've been reading through the examples on the CPAN site, b

Re: using Mail::Sender

2004-11-20 Thread Gunnar Hjalmarsson
Mike Blezien wrote: I was hoping someone maybe able to supply a simple code example using the Mail::Sender module for sending a message via SMTP w/authentication, a message body and attaching an image to the email. I've been reading through the examples on the CPAN site, but haven't quiet gotten it

using Mail::Sender

2004-11-20 Thread Mike Blezien
Hello, we've been using the Mime::Lite module for sending email image attachments with great success in the past, but now need to use the Mail::Sender modules as it allows for SMTP w/authentication which the server requires to send emails on this particular application. Mime::Lite doesn't provid

Re: Using Mail::Sender

2002-11-25 Thread Tom Allison
Jenda Krynicky wrote: From: Tin-Shan Chau <[EMAIL PROTECTED]> Using the following program, I managed to send a message with an attachment to multiple recipients using option 2, but not with options 1 and 3: use Mail::Sender; $address1 = '[EMAIL PROTECTED]'; $address2 = '[EMAIL PROTECTED]';

Re: Using Mail::Sender

2002-11-24 Thread Jenda Krynicky
From: Tin-Shan Chau <[EMAIL PROTECTED]> > Using the following program, I managed to send a message with an > attachment to multiple recipients using option 2, but not with options > 1 and 3: > > >> > use Mail::Sender; > $address1 = '[EMAIL PROTECTE

Using Mail::Sender

2002-11-23 Thread Tin-Shan Chau
Using the following program, I managed to send a message with an attachment to multiple recipients using option 2, but not with options 1 and 3: >> use Mail::Sender; $address1 = '[EMAIL PROTECTED]'; $address2 = '[EMAIL PROTECTED]'; #$recipients

Re: Help using Mail::Sender

2002-01-13 Thread Eric Beaudoin
en >disabled the error occurs. > >Any help is appreciated. The test code follows. > >Thanks >Arthur > >Documentation is here: >http://search.cpan.org/doc/JENDA/Mail-Sender-0.7.10/Sender.pm.html > >#BOF >

Help using Mail::Sender

2002-01-13 Thread Arthur Perley
. Thanks Arthur Documentation is here: http://search.cpan.org/doc/JENDA/Mail-Sender-0.7.10/Sender.pm.html ============ #BOF # Using Mail::Sender - module for sending mails with/without attachments through an SMTP server use Mail::Sender; ref ($sender