FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Text (SMS), and emails.
Posts: 408
Joined: Sun Nov 06, 2005 03:55 PM
Text (SMS), and emails.
Posted: Thu Jan 18, 2018 01:09 AM

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
Posts: 1335
Joined: Fri Jun 13, 2008 11:04 AM
Re: Text (SMS), and emails.
Posted: Thu Jan 18, 2018 03:57 AM
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.
Posts: 1445
Joined: Mon Oct 10, 2005 02:38 PM
Re: Text (SMS), and emails.
Posted: Thu Jan 18, 2018 08:01 AM
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 25.12 + Harbour 3.2.0dev (r2502110321), BCC 7.7 Windows 11 Home

Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: Text (SMS), and emails.
Posted: Thu Jan 18, 2018 06:06 PM

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
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: Text (SMS), and emails.
Posted: Tue Jan 30, 2018 08:58 PM
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

Continue the discussion