开发者

What is the simplest way (or simplest library) to create a truly secure php mail() function?

The mail() function is bad, because it is so permissive with headers that yo开发者_StackOverflow中文版u pretty much can't use it with any user input without subjecting yourself or others to spam. So what is the simplest substitute that can still ensure that it's use is secure?

Ideally something that can be included in an external file.


http://swiftmailer.org/ seems to be the most popular PHP OO solution currently

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜