[Dancer-users] Insert SMS messages in a db

Flavio Poletti polettix at gmail.com
Fri Jul 13 01:20:30 CEST 2012


Photos and multimedia stuff cannot be sent by plain SMS: they need to
be sent via MMS.

Assuming you're somehow able to download the MMS, you can take a look
to MMS::Parser (https://metacpan.org/module/MMS::Parser) for decoding
it. And yes, this is a shameless plug :-)

Regards,

   Flavio.

On Wed, Jul 11, 2012 at 2:18 PM, Mr. Puneet Kishor <punk.kish at gmail.com> wrote:
> I have a Dancer app backed by a Postgres database. I want registered users to be able to SMS a photo and some accompanying explanatory text and have it be inserted into the database so it can be viewed on the web site. This would be much like how one can send Tweet and have it appear on Twitter.
>
> What parts do I need to assemble the above contraption? Has someone already done something like this that I may build upon?
>
> Many thanks,
>
>
>
> --
> Puneet Kishor
> _______________________________________________
> Dancer-users mailing list
> Dancer-users at perldancer.org
> http://www.backup-manager.org/cgi-bin/listinfo/dancer-users


More information about the Dancer-users mailing list