-
-
Notifications
You must be signed in to change notification settings - Fork 51
Clicking the 'copy' button only copies the 'to' address. #96
Comments
It the correct behaviour. The |
I was sure the copy refers to the body of the email... |
The issue is easy!! var window.mailgoConfig = {
dark: true,
details: {
subject: false,
body: false,
to: false,
cc: false,
bcc: false
}
}; |
Thanks, but I don't think this is relevant to this issue. |
Sorry If it didn't solve your issue. I've show the different code, because you've added seperated commas in each items including at last that's not included commonly. That's called a code type mistake. |
Oh yeah, There's a error. Sorry for wrong answer. |
I am the following configuration with direct render:
When I click the 'copy' button and paste the text, all I see is the recipient's email address.
The text was updated successfully, but these errors were encountered: