Skip to content

cc / bcc doesn't work correctly on compose/reply #537

Open
@ingjavierjara

Description

@ingjavierjara

Hi!,

I noticed an issue when your set a cc/bcc using:

var composeDom = gmail.dom.composes()[0];
composeDom.bcc('[email protected]');

or

composeDom.$el.find('textarea[name=bcc]').val('[email protected]');

is neccesary select the bcc on the ui (when make click on "bcc" the textbox showed contain correctly '[email protected]'), if you don make click on the bcc and send the file the file is just sent to the recipient "to", the bcc is ignored , I reviewed on the sent folder this behavior
image

in both files I added the bcc just, on the first I made click on the bcc link to confirm the data is added correctly, you can see on the other email the bcc was ignored, I guess is related to hidden elements or something similar because the "to" works correctly.

B/R,

Javier Jara.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions