I went to the link Keisuke provided for the bug fix list for v16 since the 
v16.4 release, and I decided to be optimistic and select the last build 
mentioned: 228799.

I installed that and tested emails and it worked for both the Apple Mail and 
for Gmail. I did not want to add a linefeed character myself because I have it 
all over the place, and I sometimes put the same text into 4D text boxes and 
other places and I don't want to work a lot only to create more problems. I 
will be moving this build into our production system now, and I am very 
relieved it worked out.

JJ

> Date: Fri, 2 Nov 2018 11:59:42 -0500
> From: John DeSoi <[email protected] <mailto:[email protected]>>
> To: 4D iNug Technical <[email protected] <mailto:[email protected]>>
> Subject: Re: Linefeed option not working for v16 emails
> 
> I just ran some tests using a web mail program and confirm the issue you 
> reported. I have been using 4D 16 in production since late 2017 and no one 
> has complained, I suppose since most use Apple Mail where everything seems 
> OK. 
> 
> As a work-around, I turned off that default and ensured the body uses CRLF. 
> Seems to work, but not tested extensively.
> 
> 
> C_TEXT($0;$1)
> 
> C_LONGINT($err)
> 
> $err:=SMTP_SetPrefs (0;-1;-1)
> $0:=Replace string($1;CRLF;CR;*)
> $0:=Replace string($0;LF;CR;*)
> $0:=Replace string($0;CR;CRLF;*)
> 
> John DeSoi, Ph.D.
> 
> 
> 
>> On Nov 1, 2018, at 9:25 PM, Janet Jonas via 4D_Tech <[email protected] 
>> <mailto:[email protected]>> wrote:
>> 
>> In any case, like you, I have never used the LF character. However, as soon 
>> as we implemented v16, we started having these issues. We are using a Gmail 
>> hosted mail server, and we do not have these issues when the recipient 
>> receives the email when it is first sent and they have an Apple Mail client, 
>> but it is wrong on our Gmail webmail client, and any users that are not 
>> using Apple Mail have the same problems now.
>> 
>> Quite a mystery. I'm wondering if we can still use the v15 plugin with v16.4 
>> of 4D, I think Keisuke Miyako mentioned this for someone else having issues 
>> with the Internet Commands plugin.
> 
> 

**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:[email protected]
**********************************************************************

Reply via email to