Building Protocols
Last updated
Was this helpful?
Last updated
Was this helpful?
If you want to build your own protocol you will have to do the following
Create a CFC that inherits from cbmailservices.models.AbstractProtocol
Create the init()
and send()
methods
Give your protocol a name in the init()
via the variables.name
variable.
Register it in the mailers
section of the
Here are the method signatures of the two methods to implement:
That's it!