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
x27;username',
authpwd => 'password',
}) < 0) {
die "$Mail::Sender::Error\n";
}
print "Mail sent OK."
##
From: Offer Kaye <[EMAIL PROTECTED]>
Reply
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
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-
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
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
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
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]';
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 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
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
>
.
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
12 matches
Mail list logo