Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
Hello good afternoon!

I have a problem.

I developed a website for my client this site and school, he wants to send messages to parents when the child is not in class, carrying a TXT file with the phone and the message:

ex: (000) 0000-0000 message: his son did not come to class.

it will be possible the couch desparar this message carrying a txt and sending to a mobile phone.

someone to help clarify :|
To send a text message from a web application, you send an email to an SMS Gateway, which then sends it on as a text message. So you would simply use the cms:send_mail tag to send the message as an email to 0000000000@gateway-name.com.

You'll need to find an SMS gateway that serves your needs, but the Couch part should be pretty easy.
2 posts Page 1 of 1
cron