Thread
:
Building my own optin newsletter script, what else should i add ?
View Single Post
02-07-2003, 06:35 AM
Captain Evil
Registered User
Join Date: Feb 2003
Posts: 164
Do not send the emails one by one using sendmail, especially not the php mail() function. Instead, use a smtp socket connection.
Best thing is to do this with a seperate shell scripts that runs until execution is finished.
Captain Evil
View Public Profile
Find More Posts by Captain Evil