Building Protocols
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()
andsend()
methodsGive your protocol a name in the
init()
via thevariables.name
variable.Register it in the
mailers
section of the configuration
Here are the method signatures of the two methods to implement:
That's it!
Last updated