Skip to content

augusto-moura/titan-email-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Titan E-mail Queue is a Wordpress Plugin that allows you to add e-mails to a queue. Once a minute, the plugin will process 5 e-mails from that queue.

How to use

Add e-mail messages to the queue using the function titan_eq_add_email() and that's it. Every minute, the plugin will process the next 5 e-mails.

The titan_eq_add_email() function accepts as parameter an array with the following keys: email_to, title, body, type (optional), info (optional)

Example:

titan_eq_add_email([
	'email_to' => '[email protected]',
	'title' => 'The title of my e-mail',
	'body' => 
		'<p>The body of my message.</p>
		<p>It allows simple HTML too!</p>',
]);

About

Wordpress Plugin for sending e-mails stored in a queue.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages