Text (SMS), and emails.

Post Reply
byron.hopp
Posts: 254
Joined: Sun Nov 06, 2005 3:55 pm
Location: Southern California, USA
Contact:

Text (SMS), and emails.

Post by byron.hopp »

I have found a couple of ways to send emails, CDO, and Ole to Outlook. Anybody found something that works better for mass emails.
We want to use it only for emergency information, or important events for apartments (like water is going to be off, or there is a fire close to the complex).

Additional we would like to send texts (sms). I have used free web services in the past but it seems these have all shut down.
Anybody currently using a service, or have a way to send a text from fivewin?

Thanks,

Byron ...
Thanks,
Byron Hopp
Matrix Computer Services
User avatar
anserkk
Posts: 1280
Joined: Fri Jun 13, 2008 11:04 am
Location: Kochi, India

Re: Text (SMS), and emails.

Post by anserkk »

byron.hopp wrote:Additional we would like to send texts (sms).
There are many Bulk SMS and Email service providers. You can use http GET to send SMS via web. They will provide you their API URL which you can use in your Fivewin application.
FiveWiDi
Posts: 910
Joined: Mon Oct 10, 2005 2:38 pm

Re: Text (SMS), and emails.

Post by FiveWiDi »

byron.hopp wrote:I have found a couple of ways to send emails, CDO, and Ole to Outlook. Anybody found something that works better for mass emails.
We want to use it only for emergency information, or important events for apartments (like water is going to be off, or there is a fire close to the complex).

Additional we would like to send texts (sms). I have used free web services in the past but it seems these have all shut down.
Anybody currently using a service, or have a way to send a text from fivewin?

Thanks,

Byron ...
I use http://www.smsarena.es, It is enough for me and i think the price is reasonable (0.05 eur. message).
You can try it for free for 25 messages.

Regards,
Un Saludo
Carlos G.

FiveWin 19.06 + Harbour 3.2, BCC 7 Windows 10
User avatar
TimStone
Posts: 2536
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Contact:

Re: Text (SMS), and emails.

Post by TimStone »

Most cellular service providers use an email address for texts to their clients.

I added a function that has a popup for the text. Then the program sends the text via email. The program has the email address format, ie. xxxxxxxxxx@verizon.net. When my client obtains their customers mobile phone number, they also request the carrier. The system now has the data, so if they have a client selected in the program, and hit "Send Text", the box pops up, they put in the message, and hit the send button. Now all SMS texts can be tracked in the email system.

To do this in bulk, I have not found a way to use Outlook. It always wants to display each email and have you hit the Send button. I send bulk emails direct to the SMTP server.
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
User avatar
James Bott
Posts: 4654
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Re: Text (SMS), and emails.

Post by James Bott »

To do this in bulk, I have not found a way to use Outlook. It always wants to display each email and have you hit the Send button.
That is part of the security features of Outlook.

However, there is a third-party product to allow you to bypass that.

Outlook Redemption http://www.dimastr.com/redemption/home.htm

I have never tried it as it looks too complicated. I think using a SMTP server is much easier.

James
FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Post Reply