Hello EveryOne,
I want to integreate Document Notifications by SMS in Navision 2009 R2, i dont want to buy bulk sms from any providers or dont want to buy 3rd party software or OCX. I heared that, it is possible to do SMS by using Codeunit 400 SMTP Mail' CreateMessage function, is it true ? if true then show mw the path how can i do that step by step. Or if it is not possible then give me another way to do the same. Thank you very much in advance.
Thanks & Regards.
Purvesh Maisuria.
0
Comments
1) Subscribe to the sms service Providers, they will ask you send mail like <mobile_no>@<SP>.com something like this from your email account. Then the service Provider will be routing this mail as sms.
2) you can also try by connecting the Mobile device into system and push your to that device application outbox. This can be done using the automation.
If there is any other solutions then, even I will be looking forward to know it.
Thanks
Regards,
Raveendran.BS
Thanks u very much to give me solution, m clear that i have to compulsorily register with SMS provider.
1. Can u pls give me the step by step procedure of doing this via codeunit 400 SMTP Mail ?
2. Are there any Free SMS providers available for India ???
Thanks & Regards,
Purvesh Maisuria.
I Register with bulksms SMS provider, but i m so confused in what i have to setup in ms outlook. i write this code on push event of button on 1 form.
cu400.CreateMessage('Purvesh','purvesh.m@mindquad.net','919099043342@bulksms.net','Hello','Hello How R U???',TRUE);
If Any one done this in past, Please Solve my Query, Thanks in Advanced.
Thanks & Regards,
Purvesh Maisuria.
Outlook 2010 and WIndows Mobile 6.5 (or 6 with update) have possibility to synchronize SMS. Thus if you will find a way how to create the sms through outlook automations and you will connect some windows mobile device to the system, you can send sms through it (and even you can receive them!). Just a tip... but needs more research...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Thanks U All People, I Done It.
Thanks & Regards,
Purvesh Maisuria
Process Of How to Send Document Notifications By SMS in Navision R2
Settings Need To Done At SMS Providers Site
1. Register with any SMS provider, i did with : http://www.bulksms.com
2. Login in BulkSMS
3. See 1.jpg
4. Under Advanced Features Title
5. Click On EMail to SMS settings as shown in 1.jpg
6. Now U are On 2.jpg.
7. Click on "To add an email address to send from click here." Link as shown in 2.jpg.
8. See 3.jpg
9. Enter Email Address From Where U Want to Send MailSMS & Password, Then Press Update Button, It Autometic give SMTP auth id.
Code Need To Done At Navision
10. Make 1 Blank Form & Put 1 Button on That form.
11. On Push Event of That Button Write This Code.
12.
//SMTP.CreateMessage('Sender','Sender Email Id-Configured in BulkSMS Site','<mobilenumber>@<sms-provider address>','Subject-<Password>','<Ur Message>',FALSE);
SMTP.CreateMessage('Purvesh','purvesh.maisuria@gmail.com','919099043342@bulksms.net','Hello-12345','Hello Sir, SMS From Navision...',FALSE);
SMTP.Send;
MESSAGE('Message Sent Successfully...');
Note : 1. It is Important to write Password in Subject, It is in any format. Like Hello-12345 / 12345-Hello / Hi-12345-Hello.
2. In Phone Number, Dont forget to write country code, i write 91 that is india's contry code.
Finish
Thanks & Regards,
Purvesh Maisuria.
MCP - Microsoft Dynamics NAV
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
http://www.mibuso.com/forum/viewtopic.php?f=23&t=56242
Nilesh Gajjar
Nav Technical Consultant
http://www.intech-systems.com
voice sms
Bulk SMS reseller |
SMS Gateway |
SMS API Services
I have implemented in the past a "poor mans" solution:
Create table with ascii codes in Dynamics and function to transform cleartext to ascii
https://smsgateway.me/ --> With this you can transform an Android phone into a SMSGateway.
You can setup multiple Phones and write code for failover. They have an API for this.
Create a web application with a function (I have created it in PHP, but it can be programmed in all languages.) which get all parameters in the link
Put all parameters in the link
www.examle.com/index.php?number=1110231&message=(ascii encoded before in Dynamics)
And access it.
best regards,
Thomas Barbut
you still need bulk sms services because you need a good tech support for sol any type of issues and own user friendly pannel and in document integration security is most important and if sms providers give effort able rate so you think about it