
September 12th, 2000, 07:24 AM
|
|
Contributing User
|
|
Join Date: May 2000
Location: Alkmaar, The Netherlands
Posts: 123
Time spent in forums: < 1 sec
Reputation Power: 13
|
|
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>
1. load emails from MySQL and to store them in some variable[/quote]
You could try to use DBI module. Use doc's from module to find out how it works
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>
2. to send to each of the emails (from MySQL database) message with some gif/jpg attachment...[/quote]
Similar answer only use sendmail module. It let's you send e-mail with SMTP server. Because you have POP-access you probably have SMTP as well.
You can get the module from www.cpan.org
------------------
Good luck,
Bas
------------------
E-mail me at: b.vandermeijden@pecoma.nl
|