Hi Jimmy;
I'm not sure if xBase++ includes those DLL's but xb2net does. Mine are current I believe.
Thanks
Search found 93 matches
- Thu Jun 30, 2022 5:27 am
- Forum: Xbase++ 2.0
- Topic: smtp via xbase
- Replies: 5
- Views: 539
- Wed Jun 29, 2022 2:30 pm
- Forum: Xbase++ 2.0
- Topic: smtp via xbase
- Replies: 5
- Views: 539
Re: smtp via xbase
Thanks Jimmy; I will look at port 587 and test. I'm pretty sure the Alaska 2.0 system Smtp system uses TLS 1.2
I guess I will find out.
I guess I will find out.
- Wed Jun 29, 2022 6:25 am
- Forum: Xbase++ 2.0
- Topic: smtp via xbase
- Replies: 5
- Views: 539
smtp via xbase
I use the xbase++ smtpclient functions to send emails via IONOS.COM SMTP SERVER. I send these smtp requests via port 465. oSmtp := SMTPClient():new( Alltrim(cSMTPServer), nPort ) (where nPort is 465 and cSMTPserver is 'smtp@ionos.com' IONOS is now saying they will not support TLS 1.0 or TLS 1.1 anym...
- Sun Jun 19, 2022 6:13 am
- Forum: eXpress++ Support
- Topic: Text Message Formatting
- Replies: 9
- Views: 1153
Re: Text Message Formatting
Hi Roger and All; I have been using the email method for several years. I solved the 'carrier' issue by using the API for Real_Validation.com Carrier Lookup. I do a post containing the cell number and they return the carrier name. My hard coded program then assigns the correct text email address bas...
- Thu Jun 16, 2022 9:41 am
- Forum: eXpress++ Support
- Topic: Text Message Formatting
- Replies: 9
- Views: 1153
Re: Text Message Formatting
I was using the same message type for both text messages and emails. I still send emails as text/html but text messages I use message type text/plain. Oddly enough the text message works on Android phones using either text/html or text/plain. When using text/html, Iphones display the text messages a...
- Thu Jun 16, 2022 7:13 am
- Forum: eXpress++ Support
- Topic: Text Message Formatting
- Replies: 9
- Views: 1153
Re: Text Message Formatting
Thanks to all for the info. We do not use any outside service other than running it through SMTP@ionos.com. My code simply sends a string of text via SMTP Server (@ionos.com) to the persons cell phone number @vzwpics.com or Att.net etc. No REST involved. I would like to make this better. I have xb2n...
- Wed Jun 15, 2022 3:09 pm
- Forum: eXpress++ Support
- Topic: Text Message Formatting
- Replies: 9
- Views: 1153
Re: Text Message Formatting Issue Fixed
After several attempts at a fix the fix was to change the message type from 'text\html' to ' text\plain' when sending as a text message. Now it looks fine on both iPhones and Androids. Does anyone else out there use text messaging via xBase++? I'm very surprised no one responded to this question. Bo...
- Wed May 25, 2022 2:08 pm
- Forum: eXpress++ Support
- Topic: Text Message Formatting
- Replies: 9
- Views: 1153
Text Message Formatting
I use the Alaska email functions to send text messages via email to the carriers such as Verizon, Att etc. I test the system using my Android Samsung cell phone. The text messages are sent via the mms text sites like Verizon's VZWPIX.com. On my phone they all look fine and are very readable. I am se...
- Fri Mar 25, 2022 2:12 pm
- Forum: eXpress++ Support
- Topic: Examples in Xbase++ code, or Express++, to help me understand how to send and receive information in JSON and XML format
- Replies: 23
- Views: 4634
Re: Examples in Xbase++ code, or Express++, to help me understand how to send and receive information in JSON and XML fo
Hi Diego; Here is a snippet from my code that does a Vehicle ID lookup on a Vin Decoder website using XML. I pass it a record object from several of my other functions. I create and post an xml request string and DataOne returns an xml document. The creation of the xml post string is simple code cre...
- Thu Jan 13, 2022 8:39 am
- Forum: eXpress++ Support
- Topic: Ads Remote Server Info
- Replies: 24
- Views: 6374
Re: Ads Remote Server Info
Hi I commented out the dbcloseall line 85. Still getting an error. Below is text of error Your system won't let me upload it? Invalid extension .log I'm on xbase 992. ------------------------------------------------------------------------------ ERROR LOG of "C:\AutoManAds\AdsMgt.EXE" Date: 01/13/20...