Hi I am trying to read email from Gmail account in PHP Bluemix by using this example - Send email using the GMail SMTP server from a PHP page .
but I have a problem at this line:
require_once "Mail.php";
How do I enable this extension of PHP in Bluemix?
Here is the error code I got:
AH01071: Got error 'PHP message: PHP Warning: require_once(Mail.php): failed to open stream: No such file or directory in /home/vcap/app/htdocs/gmailsend.php on line 5\nPHP message: PHP Fatal error: require_once(): Failed opening required 'Mail.php' (include_path='../lib/php:/home/vcap/app/lib') in /home/vcap/app/htdocs/gmailsend.php on line 5\n', referer: phpsendgrid2.mybluemix.net