This represents a email.
This handles adding attachments, cc and all other parts of emails.
Located in /RocksEmail.php (line 21)
This adds a attachment to the email.
This adds a email address to the list of blind carbon copy email addresses
This adds a email address to the list of carbon copy email addresses
This adds a templated body to the email address which makes working with email much simpler.
All parameters after the $templatedFilename are then used in the template. There must be at least two parameters passed to this method.
This adds a email address to the list of to email addresses
This sends the email.