Closed julsam closed 13 years ago
I had to override the send method to change the default subject template in my subclassed ContactPlugin
send
ContactPlugin
Using a class property will make the code more usable and clean.
Great, thanks! :)
I had to override the
send
method to change the default subject template in my subclassedContactPlugin
Using a class property will make the code more usable and clean.