Code Monkey home page Code Monkey logo

Comments (6)

manzinello avatar manzinello commented on September 23, 2024

It the correct behaviour. The copy is referring to the recipient's email address. In the most cases the mailto links are used with only a single to: address and so mailgo copy only that. If there are CC or other I don't know which behaviour will be the best, maybe copy all the parameters would be confusing... What do you think about?

from mailgo.

yoavaviram avatar yoavaviram commented on September 23, 2024

I was sure the copy refers to the body of the email...

from mailgo.

ashishagarwal2023 avatar ashishagarwal2023 commented on September 23, 2024

The issue is easy!!
You can view the syntax of the JSON - We don't need to include any , (comma) at last values in JSON.
If not sure, try this syntax.

var window.mailgoConfig = {
  dark: true,
  details: {
    subject: false,
    body: false,
    to: false,
    cc: false,
    bcc: false
  }
};

from mailgo.

yoavaviram avatar yoavaviram commented on September 23, 2024

Thanks, but I don't think this is relevant to this issue.

from mailgo.

ashishagarwal2023 avatar ashishagarwal2023 commented on September 23, 2024

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.

from mailgo.

ashishagarwal2023 avatar ashishagarwal2023 commented on September 23, 2024

Oh yeah, There's a error. Sorry for wrong answer.

from mailgo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.