本文介绍了发送匿名电子邮件的最佳方式,如craigslist的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Craigslist有一个很好的功能,当你回复一个海报你回复一个电子邮件,如 [email protected] 。然后电子邮件又转向真实的电子邮件。



我正在寻找一些关于如何使用PHP的指针。



谢谢

Levi

解决方案

这通常是通过管道一个电子邮件地址(通常是一个全部地址)到PHP ,这应该让您从正确的方向开始。


Craigslist has a nice feature where when you respond to a poster you respond to an email such as [email protected]. The email is then in turn directed to the real email.

I am looking for a couple pointers on how to do this with PHP.

Thanks,
Levi

解决方案

This is usually done by piping an e-mail address (often, a catch-all address) to PHP. Here's a tutorial on doing it that should get you started in the right direction.

这篇关于发送匿名电子邮件的最佳方式,如craigslist的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-28 03:20