PHP Basecamp response with email function

I used basecamp, and for clients, replying to a message and automatically replying to it in basecamp is a pretty nice feature.

I was wondering how to do this, does anyone have any ideas?

I'm a PHP developer CodeIgniter, it would be helpful if someone would give me some pointers to do some research on this.

Thank!

+3
source share
2 answers

I started using SendGrid to handle parsing of incoming email messages. It works very well.

+2
source

Creating these kinds of functions is quite difficult, but let's try:

  • - , , // . , Basecamp (hash@basecampnow.com) .
  • , "", ====== reply above this line =====. , , , . , - , , . cron- ( , ).

Node.JS , ( GitHub .)

+2

Source: https://habr.com/ru/post/1784449/


All Articles