how can i process incoming mail with php?

后端 未结 3 1023
没有蜡笔的小新
没有蜡笔的小新 2021-01-21 11:32

I assume I will need to point MX records at my server (LAMP), -- what processes the incoming e-mail message?

Are there any existing PHP libraries to do this?

3条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-21 11:56

    I would recommend you to do processing in Perl (python is also ok, but Perl has very similar syntax to PHP), which is much more suitable for the task. You can also find a lot of libraries through CPAN there.

    http://search.cpan.org/~rjbs/Email-Simple-2.100/lib/Email/Simple.pm

提交回复
热议问题