buldurmert / email-task
Basic Email Tasking helper
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/buldurmert/email-task
Requires
- php: >= 5
This package is auto-updated.
Last update: 2025-09-19 15:06:21 UTC
README
Welcome to basic email sender management program
- Import to Sql your database.
You can use the following code to add a transaction to the database.
$processor->add("buldurmert@gmail.com","test","Merhaba bu task ile gönderiliyor...");
forward to a future date.
$processor->add("buldurmert@gmail.com","test","Merhaba bu task ile gönderiliyor...","2019-03-21 12:00:00");
$processor->start(); // sender mail method
--- index.php ----
add("buldurmert@gmail.com","test","Merhaba bu task ile gönderiliyor..."); $processor->add("buldurmert@gmail.com","test","Merhaba bu task ile gönderiliyor...","2019-03-21 12:00:00"); // Start Task $processor->start();