2 answers
- 10-1
Now I have 3 problems
When I put a link to an image in (PDF Audit Trail Plugin) I never received the email
When I put an image link in (Download PDF Action) the file is downloaded but cannot openand about : Export Form Email Tool
It never works in the normal way and without a header, knowing that it works for me perfectly in another process??
Is it because this file contains a lot of grid? that are not exported to the email ? (When I deleted the grid, I received an email.)
Is it because I use the free version?- Walter
- server log, can you paste the text instead of screenshot?
It is likely that you have syntax error with your img tag. You will need to close it.
This is wrong.
<img src="sample.jpg>
This is correct.
<img src="sample.jpg/>
Add your comment... - 10-1
Need more info. Steps to replicate. Screenshots to show problem. Server log to see errors.
Add your comment...
What is the correct formula for writing a header(HTML) that contains a link image (logo): in a tool PDF Audit Trail Plugin
I tried some codes but the email never arrives after that?