Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 481 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 481 Bytes

Job Examples

This directory contains multiple examples of job processes.

Note that these are high level examples meant to illustrate specific scenarios, and will likely need to be changed depending upon your needs.

Job Description
EmailJob A simple example of how to send an email using SwiftMailer
BatchEmailJob An example of how to send the same email to multiple users with a shutdown function.