sending sms to mobile from pc using java [closed]
- by sjohnfernandas
hi i need to send sms from pc to mobile phone can u people guide me to achieve? i used the following code to send sms to a mobile from pc but i did not get any output and also not getting any error so guide me and point out the mistakes what i have done.
package mobilesms;
import java.io.;
import java.util.;
import javax.comm.*;
import…