有没有其他方法可以在本地主机上发送电子邮件,而无需在 xampp 上启动 apache

is there other way of sending email on localhost, without starting apache on xampp

我的 phpmailer 在 xampp 上工作正常,因为 Mysql 和 Apache 已启动,当我将网站上传到 IIS 时它不发送电子邮件,因为没有使用 APache 服务

在 IIS 中配置 SMTP 电子邮件:

打开 iis 管理器。 select 您的网站。

功能视图,双击 SMTP 电子邮件。

在 SMTP 电子邮件页面上,在电子邮件地址文本框中键入发件人的电子邮件地址。

在 SMTP 电子邮件页面上,select任何发送方式。

将电子邮件发送到 SMTP 服务器:

在“操作”窗格中单击“应用”。

在 php.ini 文件中设置以下设置:

[mail function]
SMTP=localhost
sendmail_from = sender mail address
smtp_port=25