ppr
(Peter Preuss)
3
As mentioned here:
Decide if you want to send the images
If further assistance is needed let us know which option (Attachment, embedded) is to address
UPD1 - about embedding
we do embed the images by the Base64 approach because of:
- the file is located on a particular file system location (reachable by the sender)
- the file is not located at the receivers end
- so we cannot use a
<img src="PathOnFileSystem"
UPD2 - alternates / Options: