i am making a WEB Java application. I would like to insert a button which can instantly send an SMS without the user's assent skipping the "Send SMS GUI" (the user will use the mobile browser to access the service).
Pseudocode Example :
If(condition) {
sendSMSWithNoAssent();
}