Author Topic: Problem sending mail with flash file  (Read 2665 times)

Offline daniel.torido

  • Newbie
  • *
  • Posts: 2
Problem sending mail with flash file
« on: October 21, 2011, 07:01:32 AM »
Hello,

I'm trying to send an email attaching a flash file (option embedded media). Enter the file path and it is loaded normally. But when sending the mail, the message is delivered empty.

In the source code of the message shows the attached file. See below:

--=_fe9adb18a6397f3b91d641ea85f9b528
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset=UTF-8




3D"100" height=3D"100" data=3D"http://www.****=
=2E
br/email/email.swf" type=3D"application/x-shockwave-flash">
3D"src" value=3D"http://www.****.com.br/email/email.sw=
f" />


--

3D"http://www.****.com.br/images/assinaturas/****.jpg"=
 alt=3D""
/>





But the message arrives blank.

Can you help? Thanks!
« Last Edit: October 24, 2011, 10:43:17 AM by daniel.torido »

Offline daniel.torido

  • Newbie
  • *
  • Posts: 2
Problem sending mail with flash file
« Reply #1 on: October 24, 2011, 10:44:32 AM »
I noticed that when sending the message, the roundCube change the source code of the message. In the posted the source code, there are characters that, if removed them, solve the issue.

I marked them in bold.

Below, the original message (that works)




data="http://www.****.com.br/email/email.swf"
http://www.****.com.br/email/email.swf"/>
http://www.****.com.br/email/email.swf"/>


-

http://www.****/images/assinaturas/****.jpg"/>



Anybody can you help me?

Thanks.


Offline twisterbr

  • Jr. Member
  • **
  • Posts: 26
Problem sending mail with flash file
« Reply #2 on: October 25, 2011, 12:01:41 PM »
I've tested with 0.5 and 0.6 and got the same problem..

The message I receive from roundcube+flash comes just like daniel.torido described, with the weird 3D characteres. If I create a new message with my mail client by just copying the code from the message and removing the weird characters highlighted by daniel.torido, and send the message, it comes right, with the flash animation in it!

Any ideas folks??