Sending email from localhost

前端 未结 5 1547
野性不改
野性不改 2020-11-30 13:04

I\'m using WampServer on Windows to test a site. I have a registration system where users get a confirmation email.

Is it possible to send emails from a localhost?<

5条回答
  •  甜味超标
    2020-11-30 13:56

    Not unless you install a SMTP server on it. I think XAMPP includes one, but you're probably better off just using an existing external server. You can set this with the php.ini SMTP setting.

提交回复
热议问题