.
Dear All,
I am looking for the following tools for Windows Operating System for sending bulk emails and SMS. Would you please let me know, if you have any idea on these.
Best free/paid Bulk Email Sending Tool
Best free/paid Bulk SMS Sending Tool [For India/World]
Many Thanks,
Regards,
Anupriya.
.
...
Hi,
I'm trying to send an SMS to a email address (e.g. [email protected]) as follow:
MFMessageComposeViewController *picker = [[MFMessageComposeViewController alloc] init];
picker.messageComposeDelegate = self;
picker.recipients = [NSArray arrayWithObjects:@"[email protected]", nil];
However, the email address gets trimmed/form...
Hi Everyone:
For example I saved time 6:00 and 6:05 then when i Started my service then First Message at 6:00 will sent and Second not . Here Timer class is not working properly I don't know why? Please help me.Manifest file is correct
Thanks in andvance
Rintu kumar
here is my code
package com.sms;
import java.util.Calendar;
import j...
how can i detect that received sms is read or not by user, i am using CTMessageCenter header also pleas help me..
and also tell me how can i put my application in background continuously....
...
What I need:
- Send SMS with no GUI interaction (choosing a client to send SMS is out)
- SMS has to be visible in a thread queried from "content://mms-sms/conversations/"+threadId
Currently I'm using SMSManager:
SmsManager sms = SmsManager.getDefault();
sms.sendTextMessage(phone, null, message, null, null);
Is there any ways to do ...
Android isn't firing the delivery intent when sending a text message. I'm testing this on Android 2.2 on the HTC EVO 4G.
This is the current code. I'm seeing "SMS sent intent received." in the logs, but not "SMS delivered intent received.".
// Constants
String SENT_ACTION = "SMS_SENT_ACTION";
String DELIVERED_ACTION = "SMS_DELIVERED_AC...
Recent iPads are having provision to insert sim card in that.
So with latest iOS SDK, is it possible to send in-app SMS from my application.
I know that in-app sms is possible from iPhone. But how about iPad?
...
I want to integrate SMS service with the software I am developing, so that users could send SMS to their clients.
...
Hey, does anyone know how to strip the location data from a sms? So someones location could be marked on Google maps.
Basically they'd text a Google voice number: 'team 1: message'. Then it would email the server with the message and it would pull the lat and long from the sms.
All the info I could get was, It's done using Drupal, the...
Hello friends
I need to send a SMS message using the AT commands through a GSM mobile (Nokia 6320) with (text mode) using C# with .NET platform, the message that i want to send it is written in Arabic language (unicode), i have some problems in tranmission so that the recieved message does'nt contain arabic letters but contains only ran...
I use the MFMessageComposeViewController for sending in App sms. in iPhone 4.0, if there is no SIM card, the app exits. it just gives a pop up message "no sim card installed".
The delegate callback MessageComposeResultSent. But application exits. Is there any way to prevent it from exiting? or how to check if there is any SIM card in the...
My android app sends a Data sms. All the phones are able to receive that message except my android.
I have added a broadcast receiver in the manifest:
<receiver android:name=".SMSReceiver">
<intent-filter android:priority="10">
<action android:name="android.intent.action.DATA_SMS_RECEIVED" />
<data android:sc...
Hi,
In windows I want to make an application, which can send and receive and process sms. How it is possible? I am from India and this app will be used in India.
How can I receive sms in computer, I think through cellular GSM modem, It is possible to send and receive sms. Where can I find APIs to connect to modem to send and receive sm...
I want to make a windows application in which I want to send ,receive and process SMS using GSM Modem( this one ), It would be very helpful If you provide me link to any opensource library or application which do the same. I am good in MFC and Qt, so any C++ or C library or app reference would be much better.
It would be great help, If...
You enter in the "to" number and any "from" number, and the text message will send from that phone number. Not even the major SMS gateways support this, as they require all sender IDs to be pre-approved. So does anyone know how they set it up to send from that particular phone number?
...
can i send sms using socket in php?i have mysmsmantra api..
...
One of my internet connections is via a USB dongle. As well as accessing the internet I can use the SIM card contained inside to send SMS texts in the exact same fashion as a SIM card housed in my mobile phone. (I know, I really am a technical superhero...)
Anyway, I wish to be able to send a message at a pre-determined time. The ab...
Is there any way to use text messages to CRUD data in a Rails app? For instance, a user would send a text message to a specific number and the Rails app could use that data in any way. Just wondering if there's a solution out there.
...
Good day. Have you ever heard of really working python-libraries for the realization of the SMPP client and the SMPP server?
...
I just wanted to know how all the sms in the phone stored internally?? and how do i access this internal files?
...