{ 22 comments… read them below or add one }

1 Frank Wiles May 31, 2007 at 4:44 pm

I’d suggest not using Sendmail directly, but instead using a module like MIME::Lite::TT or MIME::Lite::TT::HTML for lots of various reasons.

I put together a small howto for using those modules at:
http://www.revsys.com/writings/perl/sending-email-with-perl.html

Reply

2 javier villarca cao September 13, 2007 at 2:33 pm

thanks for the perl code… It really helped me a lot. After experimenting on at least a dozen codes and techniques, your code, though simple as it is, made my routine work… Thanks again
Javier

Reply

3 hamsinv September 16, 2008 at 6:07 am

Hello Vivck,

Good one. Could you please clarify if this code compatible with Rad hat and SUSE.

Reply

4 vivek September 16, 2008 at 6:26 am

Perl is cross platform scripting language i.e. it should work under any UNIX like operating system.

Reply

5 Abhishek January 8, 2009 at 10:57 am

Thanks a lot for this script.. i think this could be the simplest script..

Thanks again :)

Reply

6 Vipin February 25, 2009 at 12:21 pm

The code which is above is good I have one doubt in that How to send mail to multiple
mail address

Reply

7 Austin February 26, 2009 at 9:02 pm

Vipin

I believe you just have add multiple emails with comma at the end of each address.

$to = “,address2,address3,…..”

Austin

Reply

8 Eric May 18, 2009 at 9:21 pm

this should work great, but i am having trouble finding any email servers that would offer a cgi-bin for you to access…

could you recommend any?

Reply

9 Rajiv July 3, 2009 at 4:23 am

This scripts is OK if you just need test how things work. If you need to send mails to a lot of people, then you need to look at many other aspects (correct headers, spf records etc.) so that your domain or IP does not end up in e-mail black lists.

If you are a webmaster and plan to send large number of e-mails from scripts, you need to do a bit of a home work.

Reply

10 Abhijeet August 24, 2009 at 9:08 pm

Sear sir i am not able to use the mail() of php of my yahoo small nusiness hosting kindly help

Reply

11 Daniel October 1, 2009 at 10:41 pm

This is simplest, and most effective script for sending a simple mail. I wonder if it can expand to more for HTML, Attatchment, Reply etc…

Reply

12 NMarcu October 6, 2009 at 9:48 am

Hello all,

Have somebody a perl script with postfix?

Reply

13 Sandip October 26, 2009 at 11:32 am

Can this be modified to work in Windows in an Outlook MS/Exchange environment? If so, how?

Reply

14 Nadeem Gul November 13, 2009 at 12:39 am

Its quite simple and handy.

Can someone tell me how do to send attachment using this script?

Thanks,

Reply

15 Srinidhi January 19, 2010 at 11:07 am

looks good…

can you tell me if I can get a pearl script for loging on to a public mail server with my login ID and pass word and forward it to an other mail account?

Reply

16 Davidmoreen March 29, 2010 at 4:07 am

Great job, worked the first time!

Reply

17 Nisha Babu June 9, 2010 at 3:59 pm

Could you please provide me a perl script to download a file from mail attachment.

Thanks,
Nisha

Reply

18 Soundar December 5, 2010 at 7:35 am

hi, how i define SMTP server addess ? basically i wanted to send a mail after success of my cron job with log.

Reply

19 priyanka November 23, 2011 at 11:14 am

can anyone help me out .. i m begineer with perl… i need to send a mail but getting errors related to smpt server n port number….
my email id : priyankapagaria89@gmail.com

Reply

20 Umesh April 19, 2012 at 6:25 am

Thanks for script …

Reply

21 naresh prasad August 15, 2012 at 11:53 am

i am newer in scripting
i want to write the pearl script that pings the ip address and it sended the mail if it is down

Reply

22 vani October 9, 2012 at 11:13 am

how to open a mail(as some user) in server using perl?

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <kbd> <blockquote> <pre> <a href="" title="">

Tagged as: , , , , , , , , , , , , , , , ,

Previous Faq:

Next Faq: