Hello Forum,
I just have the following problem.
After setting up a newsletter within a web-site, I recognized the following error:
I have set up an admin area where you can edit the newsletter, which will send to all users who have subscribed to it.
For this I use a mysql-database where the user data (and the email-address) is stored and the mail-function to send the emails to the users.
The email has user-specific data (like the unsubscribe hyperlink with the user's id) so I cannot us the CC: option to send the newsletter to all the users.
After pressing the submit button the php-page starts working and - because there are a lot of users in the database - stops with an time-out error message.
My question now is: How to I realise such a newsletter script to avoid a timeout while sending the emails? Are there any workarounds or other (better) solutions how to send personalized newsletter to a huge amount of subscribed users?
Thank you in advance
Karsten