PHPMailer v. mail() for a simple Contact Form

前端 未结 4 1586
星月不相逢
星月不相逢 2020-12-14 23:05

I am new to PHP, but have a decent grasp of things (have not learned classes yet).

The question:

Which to choose? PHPMailer or mail() for my

4条回答
  •  感情败类
    2020-12-14 23:43

    PHPMailer is my choice because it allows me to send SMTP e-mails to google without installing any libraries or configuring a mailserver, that way I don't have to worry about spam-related problems.

提交回复
热议问题