Sending an email

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thanawala27
    New Member
    • Mar 2007
    • 68

    Sending an email

    folks,

    I wanted to know how to send an email using perl.
    actually, in my application,i'm creating a record. which is stored in the db.

    i want to send an email to a particular id with the link which displays that record along with a "HELLO" in the subject line.

    can anyone guide me here.


    Thanks,


    Ravi
  • KevinADC
    Recognized Expert Specialist
    • Jan 2007
    • 4092

    #2
    Mime::Lite for the email is a good option. As for the rest, post you existing code first.

    Comment

    • miller
      Recognized Expert Top Contributor
      • Oct 2006
      • 1086

      #3
      cpan MIME::Lite

      - Miller

      Comment

      Working...