MohaStranger / sheel-ma3aya

Automatically exported from code.google.com/p/sheel-ma3aya
0 stars 0 forks source link

HS42T1 #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Send SMS for confirmation.

Original issue reported on code.google.com by hossam.a...@gmail.com on 4 Nov 2011 at 12:38

GoogleCodeExporter commented 9 years ago
User story:
As a system, I should send a confirmation pdf to both emails/ send SMS to both 
phones after they confirm the transaction.

Original comment by hossam.a...@gmail.com on 4 Nov 2011 at 12:19

GoogleCodeExporter commented 9 years ago
CC'ing Salma.

Original comment by hossam.a...@gmail.com on 11 Nov 2011 at 5:38

GoogleCodeExporter commented 9 years ago
Sending SMS as confirmation:

The possible solutions are:

1- Sending SMS from the server.

This is the most convenient way of doing it. However, after a lot of searching 
I found out that:

i) The services on the web including SMS Gateway ..etc are not for free.
ii) Using the Gmail to do SMTP to be able to send SMS to the mobiles is 
restricted in the GAE. I have tried it so many times.

2- Keep sniffing from the server at the client side.

I found it too expensive to do. It is like killing the app efficiency and 
making the user paying a lot o money to listen to the confirmation reply.

So, based on these givens, I decided not to make the SMS confirmation part, and 
felt that confirmation just by e-mail is suffice.

Original comment by hossam.a...@gmail.com on 18 Nov 2011 at 6:29

GoogleCodeExporter commented 9 years ago

Original comment by hossam.a...@gmail.com on 9 Dec 2011 at 6:36