|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Hello,
I am a php programmer, but now I need to make a program using perl to send a automatic email to a list of 800 addesses. I have figured out how to create the file with all the email address. But not how to send a email and especially not with an attachment. Now if anyone could point me to a exemple or tutorial on sending email with perl, I would appreciate. Thanks. pyl |
|
#2
|
|||
|
|||
|
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>Originally posted by pyl:
I need to make a program using perl to send a automatic email to a list of 800 addesses.[/quote] I hope you're not sending spam... using some form of Unix? I would go to www.cpan.org and download MIME::Lite. This will take <20 lines of perl to open the email address file,loop through, and send each email. You may need to program in a delay between emails so that you do not swamp Sendmail. This might work in NT (you need to tweak the examples ot use some SMTP server). -Alan |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > Perl script to send automatic email with attachment |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|