Gossamer Forum
Home : General : Perl Programming :

Need help with a small mail script

Quote Reply
Need help with a small mail script
Hi All

I have a script that writes to a database.

Here is an example of one line from the
database:

username|tttt| |usjRS48E8ZADM|#new#922088210|922088210|firstname|minitial|lastname|name@yourname.com|address|city|state|zip|country|phone|fax |Title Of Page

I am not a Perl programmer but I have customized
several scripts with help from people and have no problems adding modifications.

I would like to create a small script that will allow me to send an email to everyone in the database above. I would like to be able to make it personalized by adding any other info from that database line that I placed above, for example:

Hi [name]

Here is your URL :Address: [address]
Phone: [phone]

Please check for any errors.

Thanks

I would like to be able to send the whole database mail at once but have it personalized.

Any ideas?

<lost in thought>