简体   繁体   English

如何将电子邮件从php应用程序发送到本地电子邮件

[英]how to send email from php application to a local email

I have a local network in the company with a mail server, how can i make php application built locally on the server to send and email to a local email address? 我在公司中有一个带有邮件服务器的本地网络,我如何使本地在服务器上构建的php应用程序发送并通过电子邮件发送到本地电子邮件地址?

thanks in advance 提前致谢

Just send it with the mail function. 只需使用邮件功能发送即可。 It's up to the system administrator to configure the MTA properly. 由系统管理员来正确配置MTA。 In your example the MTA on the server would be configured to deliver mail for certain addresses locally instead of sending them out to the Internet. 在您的示例中,服务器上的MTA将配置为在本地传递某些地址的邮件,而不是将其发送到Internet。

configure an smtp for the local server, and send using PEAR. 为本地服务器配置一个smtp,然后使用PEAR发送。

Example

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM