SMS 2-Way forward

SMS 2-Way forward SearchSearch
Author Message
Anay Lau
New member
Username: Andylau

Post Number: 1
Registered: 12-2011
Posted on Friday, December 09, 2011 - 05:14 pm:   

Now under trial does 2-Way SMS can depend on which sender phone no. forward to specific other phone no.?

e.g sender phone no. 12345678 forward to 888888888
sender phone no. 87654321 forward to 77777777
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 3666
Registered: 08-2008
Posted on Friday, December 09, 2011 - 06:26 pm:   

No.

You can create your own logic to do this by writing your own PHP scripts, but NowSMS will not do this without separate script logic.

This is somewhat advanced stuff, but if you are familiar with PHP, there is an example PHP script that would provide a good starting point at the following link:

http://www.nowsms.com/download/email-php.txt

This script sends e-mail out through a GMail account. You need to edit the script to include your GMail username/password and e-mail address.

Assuming the script is installed on a web server and given a name of email.php, an example 2-way command format for it would be:

http://server/email.php?sender=@@SENDER@@&text=@@FULLSMS@@

This script sends all messages to the same e-mail recipient, but you could include logic to test the sender address ($_REQUEST['sender']) and send to different e-mail recipients based upon the sender.

Note that this command does require that the PHP PEAR Mail package be installed, but that does seem to be widely installed on various hosting providers.

The following article also explains how to configure your own local copy of PHP, including the PEAR Mail package: http://www.nowsms.com/now-sms-native-php-scripts


--
Des
NowSMS Support
ender oksuz
New member
Username: Ender

Post Number: 1
Registered: 01-2012
Posted on Monday, January 02, 2012 - 03:48 pm:   

dear Des-
I need a bit help of you.
How can i send a excel cell via 2 way sms?
do i have to use php or http commands or can i do it easly without using those 2?
what should i write to command to execute to sent a excel or htm file on my desktop via 2way sms..
I can save these excel as htm and its not big data that it can be sent in one sms..
I will be so glad if you can help me-
thanks..