Using Gmails Outgoing SMTP from PHP using TLS

前端 未结 2 1610
野的像风
野的像风 2020-12-21 13:10

I\'m sending email from PHP through the Gmail SMTP server. I\'ve been using the CakePHP email component with SMTP settings set. I originally had it all working fine using SS

2条回答
  •  無奈伤痛
    2020-12-21 13:11

    Why not use PEAR?

    http://email.about.com/od/emailprogrammingtips/qt/PHP_Email_SMTP_Authentication.htm

    Change the port in the second example.

提交回复
热议问题