NetTalk Central

Author Topic: Problem sendig HTML mails made by ChromeExplorer HTML editor  (Read 3142 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1843
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Problem sendig HTML mails made by ChromeExplorer HTML editor
« on: September 04, 2020, 10:40:54 AM »
Hi,
Im editing HTML templates using ChromeExplorer, in pic1 you can see an
image as URL (not inserted).
I use StringTheory to read the html template, replace the variables and
send it using NT email.
When it arrives the image is not seen and the layout is not what I see
in ChromeExplorer editor.
Opening the html template using a browser produce the same problem about
Layout but I can see the image.
The .htmls are attached in a zip file

Ive tried too using "insert image" and I got a coded string inserted and
thats what comes with the email too.
please see pics


What am I doing wrong?
« Last Edit: September 05, 2020, 07:49:02 AM by michelis »
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11155
    • View Profile
Re: Problem sendig HTML mails made by ChromeExplorer HTML editor
« Reply #1 on: September 06, 2020, 03:44:00 AM »
Which version of Chrome Explorer are you using?
Check the global extension - also the version number inside FEEditor.Htm

Cheers
Bruce

Alberto

  • Hero Member
  • *****
  • Posts: 1843
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Problem sendig HTML mails made by ChromeExplorer HTML editor
« Reply #2 on: September 06, 2020, 03:59:46 AM »
1.11
and theres no FEEditor.Htm
I only found some CkEditor4.htm in the editors directories in C:\Clarion11\accessory\Capesoft\ChromeExplorer\ABC example folder
and they has no version in it
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11155
    • View Profile
Re: Problem sendig HTML mails made by ChromeExplorer HTML editor
« Reply #3 on: September 06, 2020, 10:38:36 PM »
yes, sorry, my brain was thinking of the File Explorer editor file.
The Chrome Explorer one is in indeed CkEditor4.htm.

The version number sould be inside that, at the top, something like
<!-- Chrome Explorer Version:1.07-->

Cheers
Bruce

Alberto

  • Hero Member
  • *****
  • Posts: 1843
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Problem sendig HTML mails made by ChromeExplorer HTML editor
« Reply #4 on: September 07, 2020, 04:51:53 AM »
<!DOCTYPE html>
<!-- Chrome Explorer Version:1.10-->

You ask for an example in the news group...

You got it,

Im using the ChromeExplorer Demo, located in C:\Clarion11\accessory\Capesoft\ChromeExplorer\ABC

cefdemo.app

In my first post Ive attached the .html (in a zip file) which Im editing using Menu/Edit tab/ HTML File Editor

You can see, in my first post, how the Html looks in the editor and how it looks open the html with a browser and sending it in an email.

Regards
-----------
Regards
Alberto

oggy

  • Full Member
  • ***
  • Posts: 219
    • View Profile
    • Email
Re: Problem sendig HTML mails made by ChromeExplorer HTML editor
« Reply #5 on: December 01, 2021, 01:57:34 AM »
If it is not fixed, this is how I solved this:
 strUcitaj.Remove('file:///') ! remove /// if some emoji is embeded
 strUcitaj.Remove('file://') ! remove // if some image is embeded
 strUcitaj.Replace('%20',' ',0,0)  ! remove blank if the image is in folder with spaces