Laravel电子邮件回复论坛[关闭]

This might be pretty far out there, but I thought I'd ask. I have developed a program in Laravel 4 where it is like forum where it emails the people. I was asked if there was a way to make it where the users can reply to the email and make it appear in the forum.

I know other sites have done that like Basecamp, but I didn't have to program it. Is there anyway to achieve this in Laravel?

Thanks!

Yes, it's possible, but you'll need more than just Laravel. You can pipe inbound emails to Laravel or you can use a third-party service like Mandrill's inbound email handling to accept and turn them into HTTP requests to your server.