85
Views
4
Comments
[CKEditor] Error creating Email, unable to fetch if I add picture
Question
ckeditor
Web icon
Forge asset by CKEditor Team
Hi I'm using the component to create a variable that I'm using into an Email. If i send just text is working fine, but if i add a picture than i receive a message that said unable to fetch.

Do you have any suggestion?

Many thanks

Simon
2019-11-12 17-31-26
Justin James
 
MVP
Examine the error message, you will see what URL is trying to be accessed to download the file. Make sure that URL can be reached from the server. The problem is that the CK Editor will upload the file to itself and store it there, and then try to link it in the text but it sometimes uses a domain name that the email system can't reach.

J.Ja
2021-06-21 09-08-42
Simone
Hi Justin,

yep, your explanation make a lot of sense, but i have installed on my server also "campaign" that is working fine, I mean that i can send email with picture without problems. So I'm not able to understand why one application is able to reach the email server and the other one not. How can i debug this?

many thanks

s

2021-06-21 09-08-42
Simone
Hi Justin,

Fixed!, I just swap part of the address (that has a seo rule) with the real ip of the server, and now it is working!

Many thanks for the help, and have a good weekend!

s

2019-11-12 17-31-26
Justin James
 
MVP
Simon -

Great! Glad it's working... have a good weekend as well!

J.Ja
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.