开发者

Send activation code to GSM Mobile

i want to this:

When a new user want ta register 开发者_如何学编程to my site, he/she must enter GSM number on registration form

and activation code sent with a SMS message and e-mail.

he/she must enter SMS activation code and e-mail activation code for complete joomla new user register process.

Is this possible? Can i do that?


yes, But you have to think a lot about integration your implementation with Joomla.

You have 2 approaches to send SMS messages.

1. Using a GSM modem

Here you will need dedicated hardware to do this. You will need a GSM modem + A dedicated server/machine. You have to write to the serial port using appropriate language and use AT commands to send sms messages. Here the advantage is everything is yours so you have total control over everything. You will be able to find a cheap mobile service provider for this.

2. Using an SMS Gateway Based on your requirement of integrating this with Joomla, this might be the easy approach. In this way you have to send http, https request to a certain URL with the message information and authentication details. The gateway will handle the rest. Alternatively you can choose SMTP as gateway protocol and reuse your email implementation. When you send an email to a certain preconfigured address it will generate an SMS with contents of the email message.

Clickatell is an example for such service providers.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜