Date
1 - 2 of 2
PHP Buildpack and email
Matt Curry
Since sendmail appears to be missing from the CF stemcell, how are people sending email from PHP apps?
Thanks, matt |
|
Nicholas Calugar
Hi Matthew,
You could use something like Zend\Mail and the Zend\Mail\Transport\Smtp, an SMTP implementation in PHP. http://framework.zend.com/manual/current/en/modules/zend.mail.introduction.html http://framework.zend.com/manual/current/en/modules/zend.mail.transport.html#zend-mail-transport-quick-start-smtp-usage Nicholas Calugar Pivotal - Cloud Foundry On Thu, Jun 18, 2015 at 8:41 AM, Curry, Matthew <Matt.Curry(a)allstate.com> wrote: Since sendmail appears to be missing from the CF stemcell, how are |
|