aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Help me about SMTP and SMS? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Help me about SMTP and SMS?" Watch "Help me about SMTP and SMS?" New topic
Author

Help me about SMTP and SMS?

vijay Panner
Ranch Hand

Joined: Sep 29, 2010
Posts: 30
Hi

I am developing an application using java swing. in my application i need to add Email(for Sending) and mobile message option.
For mobile message i need to get message provider. like that weather am i need to get licensed simple message transfer protocol or
let i download any free license? or are some other things available? please help
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35223
    
    7
What do you mean by "mail option" - just sending a mail? Or receiving mails as well? The sending part can be handled by an embedded mail server such as Aspirin.

For SMS you'll have to sign up with a provider. Be aware that users might decompile the application, and use the code that causes SMS to be sent for their own purposes - at your expense.

A more reliable option might be for the desktop app to go through your server -for both mail and SMS-, and have your server send out all that. You get much better control over the process that way.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Help me about SMTP and SMS?
 
Similar Threads
intersept sms message
access the application running in pc to send and receive message in mobile
Loading music file and playing it.
hOW CAN I SEND AN SMS
How can i get my own phone number and my own emie number using PMI?