First of all thank you for your help, I have implemented spMailer on my website and I have encountered two problems, despite the first place "$ config [ 'senderCC'] = true;" to send a copy of mail to the user, the mail not sent, and the second question is not to put data in these records
$ form [ 'from'] =
'webmaster@skypanther.com';
$ form [ 'subject'] = 'spMailer is awesome!';
$ form [ 'body'] = 'Enter your message here';
I left it like this and I get when I publish the form and become confusing to the user, I can leave them blank?
Thanks for your help
Eduardo