
Lorenzo Pedrotti - 2012-06-22 13:15:14
Great job, this is exactly what I needed to send emails throug gmail without writing all the code by myself.
Anyway I think there's an error on line 370 of SMTP.MAIL.CLASS.PHP.
Class variable $this->Message is undefined, you probably wanted to refer to the $message parameter of the sendData function. I made the correction and now for me it works.
Have a look, and I hope this helps