Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-1783

Mail attachments are joined twice

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.0
    • 3.5 RC1, 4.1.1
    • mail
    • None

      With some configuration, attachments are joined twice.
      Way to reproduce it:

      • Create your own command to send the email.
      • Set in the context all the parameters needed to send an email, that includes from(test@email.com), to(test@email.com), type(freemarker), text(rendered body from freemarker file) and finally attachment (instance of MailAttachment).
      • The email is send but with two same attchments

      So the current process is:

      • Create an instance of the email depending of the type (for this case freemarker)
      • Some others actions doesn't influence the process
      • set the body from resource file and as freemarker email extends html Email it sets the attachment
      • Then come back in the email creation process and set again the attchment

      A way to solve this problem is to not add the attachment when the body is set and only after.

      Look at the patch

        Acceptance criteria

              tmiyar Teresa Miyar
              hcapitaine Capitaine Harold
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD