Re: Sending HTML Emails with SENDMAIL

2002-10-08 Thread zentara
On Tue, 8 Oct 2002 10:10:55 +1000 , [EMAIL PROTECTED] (Colin Johnstone) wrote: >I need help sending HTML emails with sendmail have tried this > >open (SENDMAIL, "| $sendmailpath -t"); print SENDMAIL "Content-Type: text/html\n"; >print SENDMAIL "Subjec

Re: Sending HTML Emails with SENDMAIL

2002-10-08 Thread Janek Schleicher
Colin Johnstone wrote: > HI all, > > I need help sending HTML emails with sendmail have tried this > > $from="foo\@bar.com"; > $to= shift; ## yes this is enclosed in a function and I pass the email address as a >parameter > $subject="Latest News

Re: How to send HTML emails with Sendmail

2002-10-08 Thread Jenda Krynicky
From: "Johnstone, Colin" <[EMAIL PROTECTED]> > I have successfully sent just plain text emails using sendmail but can > I send HTML emails, I have tried this with no success. > > $from="foo\@bar.com"; > $to= shift; > $subject="Latest News!"; > $sendmailpath="/usr/sbin/sendmail";

Sending HTML Emails with SENDMAIL

2002-10-08 Thread Johnstone, Colin
HI all, I need help sending HTML emails with sendmail have tried this $from="foo\@bar.com"; $to= shift; ## yes this is enclosed in a function and I pass the email address as a parameter $subject="Latest News!"; $sendmailpath="/usr/sbin/sendmail"; open

How to send HTML emails with Sendmail

2002-10-07 Thread Johnstone, Colin
Hi, I have successfully sent just plain text emails using sendmail but can I send HTML emails, I have tried this with no success. $from="foo\@bar.com"; $to= shift; $subject="Latest News!"; $sendmailpath="/usr/sbin/sendmail"; open (SENDMAIL, "| $sendmailpath -t"); print SENDMAIL "Subject: $sub

Re: Sending attachments with Sendmail

2002-06-20 Thread Steven Maroney
browse through www.cpan.org for some modules. I once used a module that allowed to send mime encoded emails along with attachments. I cant remember the module name. On Thu, 20 Jun 2002, Troy May wrote: > Hello, > > I need to know if I can send an attachment along with an email. I'm using > S

Re: Multiple emails with Sendmail

2002-05-11 Thread Michael Kelly
On 5/11/02 9:05 PM, Troy May <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to figure out how to send emails through Sendmail with an email > list that could change at any given time. I'm trying it with a text file > now: (file is in this format: email, email, email, email) > > --

Multiple emails with Sendmail

2002-05-11 Thread Troy May
Hello, I'm trying to figure out how to send emails through Sendmail with an email list that could change at any given time. I'm trying it with a text file now: (file is in this format: email, email, email, email) - $mailprog = '/usr/sbin/sendmail'; $

Re: Having a problem with sendmail

2001-08-21 Thread Craig S Monroe
] -- You will never find time for anything. If you want time, you must make it. Charles Buxton - Original Message - From: "Maxim Berlin" <[EMAIL PROTECTED]> To: "Beginners@Perl (E-mail)" <[EMAIL PROTECTED]> Sent: Tuesday, August 21, 2001 6:57 PM Su

Re: Having a problem with sendmail

2001-08-21 Thread Maxim Berlin
Hello Craig, Wednesday, August 22, 2001, Craig S Monroe <[EMAIL PROTECTED]> wrote: CSM> The script completes, but the mail is never sent. CSM> I do not receive any errors.. CSM> #! /usr/bin/perl -w CSM> use strict; CSM> my $from = "mailer\@testsite\.com"; CSM> my $email = "cmonroe11\@mediaone

Re: Having a problem with sendmail

2001-08-21 Thread Paul Johnson
On Tue, Aug 21, 2001 at 06:12:25PM -0400, Craig S Monroe wrote: > The script completes, but the mail is never sent. > I do not receive any errors.. Have you checked your mail logs? > #! /usr/bin/perl -w > > use strict; > > my $from = "mailer\@testsite\.com"; > my $email = "cmonroe11\@mediaone\

Having a problem with sendmail

2001-08-21 Thread Craig S Monroe
The script completes, but the mail is never sent. I do not receive any errors.. #! /usr/bin/perl -w use strict; my $from = "mailer\@testsite\.com"; my $email = "cmonroe11\@mediaone\.net"; my $subject = "This is a test mail"; my $messagebody = ""; my $mail_program; # Initiate the email to the

WITH SENDMAIL

2001-07-25 Thread Mohammed Maraikayar
how perlMX works with sendmail, what is the difference between perl, active perl, perlmx ? iam very curious in knowing this.i have downloaded perl from active state , but i need to configure dusethreads in perl tp work with perlmx.what is this dusethreads ? i went thro the activestate site , but