Giter Site home page Giter Site logo

Getting Error about phpmailer HOT 5 CLOSED

Axl-Mex avatar Axl-Mex commented on May 5, 2024
Getting Error

from phpmailer.

Comments (5)

michield avatar michield commented on May 5, 2024

can't imagine there's qmail for windows, but I might be mistaken.

from phpmailer.

Synchro avatar Synchro commented on May 5, 2024

Good point!

If you're interested in qmail bits, there is a branch for improving qmail support - I'm somewhat interested in implementing QMQP transport.

from phpmailer.

michield avatar michield commented on May 5, 2024

Actually implementing QMQP in phpMailer? What I recall of using qmail years ago, it's a simplified version of smtp. But piping it into the local binary seems much easier :-)

What I think would be interesting to implement is direct SMTP delivery (as opposed to delivery to the smarthost). I may look at that. That would allow apps to return to the client saying "sorry, the email could not be delivered" in eg signup forms.

from phpmailer.

Synchro avatar Synchro commented on May 5, 2024

QMQP is more like remote piping - you can submit multiple messages asynchronously in one hit with minimal protocol overhead, and on my sending cluster SMTP overhead is very much the main bottleneck. I certainly don't want the config complexity of a qmail setup on every node. It's not too dissimilar to what OmniTI's alexandria extension added (async SMTP), but it's dealt with at the server end.

from phpmailer.

Synchro avatar Synchro commented on May 5, 2024

This isn't really a bug report... closing.

from phpmailer.

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.