Git Product home page Git Product logo

Comments (3)

dfellis avatar dfellis commented on June 11, 2024 4

@mohamedmohsins while Github does still list me as the second biggest contributor, that was over 12 years ago

damocles@elack:~/oss/nodemailer(master)$ git log | grep -A 2 "David Ellis" | head -n 2
Author: David Ellis <[email protected]>
Date:   Fri Aug 12 16:55:39 2011 -0400

and none of my contributions exist anymore (and my total commit count doesn't even reach 1% of the commits in this repository)

damocles@elack:~/oss/nodemailer(master)$ git-fame 2>/dev/null | sed -n "/\(Author\|David Ellis\)/p"
| Author                |    loc |   coms |   fils |  distribution   |
| David Ellis           |      0 |      6 |      0 | 0.0/ 0.6/ 0.0   |

so including me in this issue doesn't really make much sense.

However, there are a multitude of reasons why sending email via this library will be slower than from Gmail itself, including things like:

  1. Google possibly trusting requests from its own servers more implicitly and bypassing spam filters if sent via the web UI.
  2. Mail sent via API may be put into a different queue than the Web UI, perhaps as a way to encourage upgrading your email account to an enterprise one?
  3. The web UI may be communicating to a nearby web server to reduce the latency for transferring your 10MB attachment, while the SMTP server may only have a location in California and therefore reduce the possible bandwidth for the data transfer?

Basically, I doubt that this is nodemailer's fault.

from nodemailer.

LeonMueller-OneAndOnly avatar LeonMueller-OneAndOnly commented on June 11, 2024 1

Last commit was 12 years ago, and still you provided a great, educational answer today. Thats what i call dedication to a project. Thank you @dfellis!

from nodemailer.

andris9 avatar andris9 commented on June 11, 2024

No reason to keep this issue open. Thank you @dfellis for answering it.

from nodemailer.

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.