Search found 198 matches
- Sat May 14, 2022 3:20 am
- Forum: Xbase++ 2.0
- Topic: XML file attached in Gmail appears open in message body
- Replies: 8
- Views: 229
Re: XML file attached in Gmail appears open in message body
Hi Chris, This strange behavior does not stop the system from working. The XML file is sent as an attachment. It simply appears all open in the body of the email and only at the end of all this text is the link to download. However, I repeat this situation only if the email received is consulted in ...
- Fri May 13, 2022 1:14 am
- Forum: Xbase++ 2.0
- Topic: XML file attached in Gmail appears open in message body
- Replies: 8
- Views: 229
Re: XML file attached in Gmail appears open in message body
Hi Chris,
Yes, I've tried other settings and it's the same.
Can you try with this code?
The problem only happens when the recipient opens gmail in the browser, eg. in Chrome.
I've already tested it with Chilkat and this problem doesn't happen.
Yes, I've tried other settings and it's the same.
Can you try with this code?
The problem only happens when the recipient opens gmail in the browser, eg. in Chrome.
I've already tested it with Chilkat and this problem doesn't happen.
- Mon May 09, 2022 10:24 am
- Forum: Xbase++ 2.0
- Topic: XML file attached in Gmail appears open in message body
- Replies: 8
- Views: 229
Re: XML file attached in Gmail appears open in message body
Hi Chris, here is sample code : //---------------------------------------------------------------------------------- Procedure SendMail_SMTP() //---------------------------------------------------------------------------------- LOCAL oSmtp := SMTPClient():new( "smtp.gmail.com",465) LOCAL oSender := ...
- Mon May 09, 2022 3:58 am
- Forum: Xbase++ 2.0
- Topic: XML file attached in Gmail appears open in message body
- Replies: 8
- Views: 229
Re: XML file attached in Gmail appears open in message body
Roger,
I tried your suggestion but got the same result.
Does this happen with you too?
I tried your suggestion but got the same result.
Does this happen with you too?
- Fri May 06, 2022 8:57 am
- Forum: Xbase++ 2.0
- Topic: XML file attached in Gmail appears open in message body
- Replies: 8
- Views: 229
XML file attached in Gmail appears open in message body
Hi, guys, I have a problem that I don't see the reason for. If I send an XML file as an attachment through a program written in xbase, the recipient receives the entire file open in the body of the email message and not as an attachment. But if I send the same XML file as an attachment through Chrom...
- Wed Apr 06, 2022 11:47 am
- Forum: Xbase++ 2.0
- Topic: SmtpClient() does not connect to gmail.
- Replies: 9
- Views: 1432
Re: SmtpClient() does not connect to gmail.
So! * Starting May 30, 2022, Google will no longer support the use of third-party apps or devices * which ask you to sign in to your Google Account using only your username and password. * Instead of authenticating with your GMail username/password, a GMail user can create an App Password * and then...
- Wed Apr 06, 2022 10:49 am
- Forum: Xbase++ 2.0
- Topic: SmtpClient() does not connect to gmail.
- Replies: 9
- Views: 1432
Re: SmtpClient() does not connect to gmail.
Diego,
5.- Finally activate "Allow access to insecure applications"
If I figure out this switch, send gmail, works fine!
but this feature expires on 31 May 2022.!
Do you know any more solution?
5.- Finally activate "Allow access to insecure applications"
If I figure out this switch, send gmail, works fine!
but this feature expires on 31 May 2022.!
Do you know any more solution?
- Fri Mar 25, 2022 11:27 am
- 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: 2122
Re: Examples in Xbase++ code, or Express++, to help me understand how to send and receive information in JSON and XML fo
Diego, Here is a small sample of a SOAP request with XML inline. //============================================================================ Function Teste_HTTP() LOCAL soapRequest LOCAL oHC LOCAL cResult // Create the SOAP request message TEXT INTO soapRequest WRAP <?xml version="1.0" encoding="...
- Thu Mar 24, 2022 3:59 am
- 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: 2122
Re: Examples in Xbase++ code, or Express++, to help me understand how to send and receive information in JSON and XML fo
Hi Diego,
What country are you from?
The first step is being able to use XML!
You can start by analyzing the eXpress examples "\EXP20\Samples\Xml"
What version of Alaska and eXpress do you have?
What country are you from?
The first step is being able to use XML!
You can start by analyzing the eXpress examples "\EXP20\Samples\Xml"
What version of Alaska and eXpress do you have?
- Tue Mar 22, 2022 9:23 am
- Forum: eXpress++ Support
- Topic: HTML ASCII Conversion
- Replies: 2
- Views: 323
Re: HTML ASCII Conversion
Hi, Chris,
No I Have not!
I asked simply because I thought this function might already exist in Alaska or eXpress and I couldn't find it.
But it's okay if there isn't I can do it easily.
I was just trying to avoid duplicating routines that already exist.
Many thanks )
regards.
No I Have not!
I asked simply because I thought this function might already exist in Alaska or eXpress and I couldn't find it.
But it's okay if there isn't I can do it easily.
I was just trying to avoid duplicating routines that already exist.
Many thanks )
regards.