Author |
Topic |
|
Quick_Profit
Starting Member
Canada
10 Posts |
Posted - 28 October 2001 : 11:00:59
|
I need a code to send email to a database, can anyone PLEASE help me with this?
|
|
heptite
Average Member
USA
547 Posts |
Posted - 28 October 2001 : 12:19:44
|
Please be more specific.
Do you mean sending email from a form that send mail and then writes what was sent to a database?
Sue
Additional support files - http://www.snitz.info
|
|
|
Quick_Profit
Starting Member
Canada
10 Posts |
Posted - 29 October 2001 : 09:30:02
|
Email members in a database I should have said...lol
|
|
|
heptite
Average Member
USA
547 Posts |
Posted - 29 October 2001 : 09:47:54
|
Yes, I've done this.
Basically you connect to the database, issue a select statement, and while not at the end of the recordset, send mail.
That's the general theory behind it. It depends on which mail server you are using, etc.
There are third party apps that do this as well. GroupMail comes to mind. I send out mail to 1200 persons at a time using GroupMail. I could do it using .asp, but for what I need, GroupMail works.
Sue
Additional support files - http://www.snitz.info
|
|
|
Quick_Profit
Starting Member
Canada
10 Posts |
Posted - 29 October 2001 : 11:44:38
|
Could you help me with the codeing for this?
I have a database of 9000+ members in my club if that helps...
|
|
|
heptite
Average Member
USA
547 Posts |
Posted - 29 October 2001 : 12:13:25
|
With 9000 members, you are better off getting the program I mentioned. It has other things built in it such as sending out in groups of 200 at a time so that your host won't cut your access off. It also checks for duplicates, and you can check for bad addresses before you send out the actual mail. As far as helping you code this, not for free. I do this to augment my take home pay.
BTW: Your forum is hard to see with your link colors. The light blue against that shade of purple is hard to see.
Also, I can't tell which version of the forum you are running.
Sue
Additional support files - http://www.snitz.info
|
|
|
mafifi
Junior Member
USA
308 Posts |
Posted - 29 October 2001 : 18:53:30
|
quote: Do you mean sending email from a form that send mail and then writes what was sent to a database?
Is this doable?
Thanks,
Mo |
|
|
|
Topic |
|