Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > [Help] Need a class on mail()

Reply
Thread Tools

[Help] Need a class on mail()

 
 
Kesavan Muthuvel
Guest
Posts: n/a
 
      01-10-2007
Hello everybody..,
I'm very newbie to perl

I need a class/function in perl such that it accepts the parameters of
standard mail variables of
to,from,subject,message,etc... and mailed.

My webhoster said they support fro perl...

Any links/referance /suggestions welcomed....



Kesavan Muthuvel

 
Reply With Quote
 
 
 
 
Peter Scott
Guest
Posts: n/a
 
      01-10-2007
On Wed, 10 Jan 2007 04:12:14 -0800, Kesavan Muthuvel wrote:
> I need a class/function in perl such that it accepts the parameters of
> standard mail variables of
> to,from,subject,message,etc... and mailed.


There are approximately one zillion of these, My current favorite:

http://search.cpan.org/~rjbs/Email-S.../Email/Send.pm

--
Peter Scott
http://www.perlmedic.com/
http://www.perldebugged.com/

 
Reply With Quote
 
 
 
 
Tad McClellan
Guest
Posts: n/a
 
      01-11-2007
Kesavan Muthuvel <> wrote:

> I need a class/function in perl such that it accepts the parameters of
> standard mail variables of
> to,from,subject,message,etc... and mailed.



> Any links/referance /suggestions welcomed....



I suggest checking the Perl FAQ before posting to the Perl newsgroup:

perldoc -q mail

How do I send mail?


See also the CPAN:

perldoc -q CPAN

What modules and extensions are available for Perl? What is CPAN? What
does CPAN/src/... mean?

How do I install a module from CPAN?

and:

http://search.cpan.org/search?query=mail


--
Tad McClellan SGML consulting
Perl programming
Fort Worth, Texas
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Class A contains class B, class B points to class A Joseph Turian C++ 5 12-30-2005 03:24 PM
Nested Class, Member Class, Inner Class, Local Class, Anonymous Class E11 Java 1 10-12-2005 03:34 PM
A parameterized class (i.e. template class / class template) is not a class? christopher diggins C++ 16 05-04-2005 12:26 AM
Generic class literals - e.g,, Class<Map<String, Integer>>.class Purush Java 4 04-13-2005 08:40 PM
instanciate a class in a jar file with class.forname, while my main class is in another jar cyril Java 2 08-25-2004 06:55 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57