I don't know if this is possible in Swift, or maybe I'm barking up the wrong tree.
Basically, we are trying to automate a newsletter process using Swift Mailer. At the moment, it is manually sent via an app called Gammadyne and uses embedded images. When sent from Gammadyne the images appear inline and display perfectly. Using Swift, they don't. I have sent examples of an identical email to myself and the only difference is outlined below. Is it possible to change this?
Gammadyne :
Code: Select all
------=_NextPart_000_0012_28D29E01.9F9E580C
Content-Type: image/jpeg; name="ibm_video.jpg"
Content-ID: <ibm_video.jpg>
Content-Transfer-Encoding: base64Code: Select all
--_=_swift-58224444146556c48876ea3.76318779_=_
Content-Type: image/jpeg; name=ibm_video.jpg
Content-Disposition: inline; filename=ibm_video.jpg
Content-ID: <swift-118000340046556c486ae66.0>
Content-Transfer-Encoding: base64Any advise would be great (even if its telling me why not to do this ^^, need to present something back to boss)
Thanks in advance for any help