Recommend this page to a friend! | ![]() |
![]() |
All requests ![]() |
> | What is the best PHP html mail script class? | > | Request new recommendation | > | ![]() |
> | ![]() |
||
by adnan - 6 months ago (2015-08-03) html mail script
+3 | I want to send an email ever 15 days as a HTML newsletter. |
+1 |
You can give this one a try to add the job to the apache crontab. |
6. by adnan - 6 months ago (2015-08-05) in reply to comment 5 by Dave Smith Reply
how to use crontab class any example
7. by Dave Smith - 6 months ago (2015-08-06) in reply to comment 6 by adnan Reply
There is a usage example and an information file in the package
+3 |
There are many PHP classes for that. I use this one that can send HTML or text messages, but the recommended process is to have both a HTML part and a text alternative part. If you do not do that, some mail systems consider it spam. Try this example script that even shows how to embed images in the message if you need them there. As for sending the message every 15 days, just setup your hosting crontab with a job to call a script that will send the message. |
1. by Dave Smith - 6 months ago (2015-08-04) Reply
Or just use the class to process your posted newsletter whenever you are ready to send a new one, like every 15 days.
2. by adnan - 6 months ago (2015-08-05) Reply
i want to automatic send newsletter every 15 days can u piz say me how to set time any one knows
3. by adnan - 6 months ago (2015-08-05) Reply
i want setup a time for using script
4. by adnan - 6 months ago (2015-08-05) Reply
sry for misunderstanding i want calling script evry 15 days automatic how?
Recommend package | |
|