Hi,
I try to send campaign.
I have upload images from server. It seems on editor.
https://prnt.sc/tqkr5x
But when I send test email image dissepar on message.
https://prnt.sc/tqkrq4
I have just checked /uploadimages/image folder from FTP, image did not uploaded.
Note: When I try to add image from editor I get error “you have no permission” warning. I have research cominity and I found
/admin/plugins/CKEditorPlugin/kcfinder/conf/config.php
‘disabled’ => true,
To:
‘disabled’ => false,
This may cause for my problem?