hi,
 
Did u consider to use SysMailer  class.?
 
I think the mobile address will be [EMAIL PROTECTED] ( service provder )
 
so ou need to  register ur server and log on .
SysMailer  smsMail;
 
1. smsMail.SMTPRelauServers().add('servernamename', portnumber# which is 25 for SMTP, ip address, username.password)
 
2. smsMail.body('SMS test');
3. smsMail.subject('Just Testing');
 
4. smsMail.fromAddress('your Mail address');
 
5. smsMail.tos().add( '[EMAIL PROTECTED]');
 
6. smsMail.sendmail();
 
It works as a regular email considering SMS is also a subset of email.
 
Ma be more experienced gus having something else in their mind. curious to know.
 
-subbu
 
 

jaidev004 <[EMAIL PROTECTED]> wrote:
how do u send sms messages to ur mobile through axapta
thanks
jai



Start your day with Yahoo! - make it your home page

Sharing the knowledge on Axapta.



YAHOO! GROUPS LINKS




Reply via email to