Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
I would like, insert an image (logo) in my NPrinting email body to create a template, when I try to insert the image the pop-up, a URL is requested to the image.
What is the idea and how to create this?
you have 3 options:
I am actually just writing blog about this exact topic and will comment here once it is finished.
cheers
Lech
First of all, thank you for your answer
I created an email body, and I edit in TEXT format, to image base64 (this image is in desktop Npriting server), In NPriting e-mail view is possible to see the image it's OK, but when I send an e-mail the image not show.
Hi,
It could be something related with the email client you are using to open the email. Please try with different clients or with an online service that simulate them.
Best Regards,
Ruggero
I tried to with gmail, its the same error, only a blank space
Hi,
Could you try also suggestions number 1 and 2 supplied by @Lech_Miszkiewicz ?
I tried now create by embedding HTML, I create 3 images in my qvw file, this image is about the body in emails like a logo and border, ok the images its showing now, but I need to show the User Name in the message, and I have as result in %%User_FullName%% ....
How can I have the message by the user and the logos in the report by embed HTML?
You did something wrong. There should not be an error about a link as you are not even generating link. You should be providing very long hashed code inline your html.
It is difficult to troubleshoot this as it is purely linked to the fact that you doing something wrong.
All 3 options I mentioned i use in my clients deployments and they all work succesfully. I said i liked the 3rd one the most because it allows me to send emails to any device, embed images and also keep imagase transparency if required.
I use base64 method also to embed images in html templates for the same reason.
See attached to this post short clip showing all steps of how i do it
Cheers
Does my image need to be in a specific location? my images are in the desktp of the server NPrinting server, and I am generating the images in base64 on that server and the image still does not appear.
are you using NPrinting Feb 2019 or April 2019? I cannot tell anything about previous versions as i dont stay on old ones for longer than a month after new version comes out.
It does not matter where you generate your base64 code from as at the end you are not referencing anything and you are just including image directly in html as a code.
if you still cannot get it working by following my exact steps i suggest you start talking to your smtp server admin and try inspecting if maybe some packets are dropped when sent via your smtp server.
you also should inspect html code generated in this email.
sorry mate, but i will not be able to help you more than i did as it is specific to your environment!