I was getting some other PHP errors and had to make a couple of other additional changes to get it to work:
In configure-smtp.php:
- line 47 change to
class c2c_ConfigureSMTP extends C2C_Plugin_039 {
- line 73 use the
parent::__construct
I also replaced the c2c-plugin.php from version 023 to 039.