lastingforhours
Programmer
im needing to create a mass mailer in php for a newsletter that is going to be sending out to 1000+ mailing list subscribers.
my first attempt to send a mass email blast was to create a form that once submitted, uses a loop that takes all subscriber email addresses from a database and then sends the newsletter to each subscriber. but doing this resulted in the page taking a looooooooong time to reload once the form was submitted.
is there a way around the long, long reload time? or are there any good resources on email blasting that anyone can link me to? thank you!
--
Matt Milburn, Wave Motion Studios
my first attempt to send a mass email blast was to create a form that once submitted, uses a loop that takes all subscriber email addresses from a database and then sends the newsletter to each subscriber. but doing this resulted in the page taking a looooooooong time to reload once the form was submitted.
is there a way around the long, long reload time? or are there any good resources on email blasting that anyone can link me to? thank you!
--
Matt Milburn, Wave Motion Studios