https://medium.com/@SudeepParajuli/quickstart-with-kannel-7005684bffb9
Tolga Ulas On Tue, Dec 5, 2023 at 1:00 PM <ale...@pavlyuts.ru> wrote: > Hi, > > > > AFAIK, Kannel won’t forward SMS to email by itself. > > > > As for me, the most clear way to do it is to use Kannel to forward SMS to > HTTP and then use HTTP application to handle the messages. Then, routing > table (nr to email) is a part of the application. > > > > The app may be build with any tools you like. It just need to get the > message from URL params (or XML POST), and send it to the destination. You > may code it or use any of low-code/no-code API/workflow builders. It > depends of your available skills, project scale and lifecycle. > > > > Also, AFAIK, Kannel may trigger shell script on SMS, but this option is > not recommended in the docs. > > > > Sincerely, > > > > Alex > > > > > > *From:* users <users-boun...@kannel.org> *On Behalf Of *G. Kochar > *Sent:* Tuesday, December 5, 2023 11:58 AM > *To:* users@kannel.org > *Subject:* Implementing SMS to email > > > > Hello, > > > > Need advice , as how one can set SMS2email. > > Incoming messages over phone numbers will arrive via smpp from various > providers on various numbers. > > > > So, for example if we need to route SMS to emails based on Number on > which SMS arroved > > Example > > 44203XXX89 number , SMS needs to go to use with email Address - A > > 44203XXX90 number , SMS needs to go to use with email Address - B > > 44203XXX93 number , SMS needs to go to use with email Address - C > > > > How can this sms 2email be achieved in kannel. > > > > > G Koch >