This is a discussion on "Bulk Email" within the Classic ASP section. This forum, and the thread "Bulk Email are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Bulk Email
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Bulk Email
Hi
i need to know about how can i make an application for Bulk email sending in ASP, it's disadvantages, advantages which component i used and any other replated knowledge Thanks Humair |
|
|
|
#2
|
|||
|
|||
|
Which components are available to you? ....most will be fine.
How many recipients do you have? |
|
#3
|
|||
|
|||
|
Also, do you or the client own the server this will be on?
|
|
#4
|
|||
|
|||
|
standard email functions of ASP are not suited to the task of bulk emailing. Use a component - ASPEmail springs to mind and is installed on most Webhosts.
If you're thinking of building yet another 'fantastic super-spamming machine', do the world a favour - don't. |
|
#5
|
||||
|
||||
|
Actually, CDONTS does a very good job of sending bulk email. This is because the object itself does not send the email, it merely composes it and dumps it in a queue. The SMTP Windows service monitors the queue and it deals with sending out the emails.
So, standard email functions of ASP are in fact in my opinion better suited to sending bulk mail than most, however you do not have as much pragmattic control over all aspects of the email as you would with other objects. (I presume this is what D3mon meant)
__________________
Click the 'Thanks!' button if this post has helped you Rob - Webforumz Founder
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
#6
|
|||
|
|||
|
Technical questions aside, if you're using shared hosting you're going to get your account closed for spamming since it'll get the hosting company's IP addresses that get black listed.
If it's something legitimate, like an opt-in newsletter then you've got to be able to prove that the subscribers really want to be getting email from you. |
![]() |
| Tags |
| bulk, email |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| thumbnail generator/bulk resize? | danny322 | Graphics and 3D | 3 | Oct 23rd, 2007 20:27 |
| PHP email form not sending email | Kurt | PHP Forum | 1 | Oct 12th, 2007 04:26 |
| PHP bulk email on setn date | Voodoochilli | PHP Forum | 2 | Jul 23rd, 2007 16:11 |
| Form submits to email via php, but email is blank!!?? | DH1234 | PHP Forum | 2 | Jun 18th, 2007 10:42 |
| ASP Email | djaccess | Classic ASP | 17 | Aug 21st, 2003 15:07 |