Email problem

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
sulen
Forum Commoner
Posts: 79
Joined: Wed Jul 09, 2003 4:55 pm
Location: los angeles
Contact:

Email problem

Post by sulen »

I have a application that displays email addresses from a mysql db as "mailto:' links on the display page. Each of these addresses have a checkbox generated with it. Now if the checkbox for these multiple email addresses are clicked, I need to somehow export the email addresses that have been selected and populate the 'Bcc field' of outlook (my mail client) separated by semicolons (;). I need a way to make this happen. Any kind of help will be appreciated. Thanks in advance
Post Reply