Hello Caspio Ninjas!
I am trying to dynamically include signature images in emails sent from my Caspio App.
Jan helped me figure out a friendly url for files hosted in Caspio:
[@cbBridgeServer!]/dpImages.aspx?appkey=[@appkey]&file=[@field:FileName]
However, this is too long to be emailed using PHP due to a 70 character limit per line.
Does anybody have an idea on how to solve this problem? (Other than hosting signature images outside of Caspio)
I can't use a URL shortener because then it's no longer dynamic. The [@field:FileName] at the end is very important.
Thanks!