Code Monkey home page Code Monkey logo

Comments (5)

bertoost avatar bertoost commented on September 19, 2024

Hi @landNull

I have developed it for a Craft CMS plugin, which is based on the Symfony Mailer.
Therefore Symfony does support adding custom transports, but I just discovered I did not well on that for now. Since I have looked at other mailer integrations. But they are part of the core of the framework.
I have to make changes to make this work.

Tested things out for now; you have to register the factory yourself for now, by tagging it like this in your services.taml configuration file.

bertoost\Mailer\ElasticEmail\Transport\ElasticEmailTransportFactory:
  tags:
    - { name: mailer.transport_factory }

I the nearby future I will check how to auto-tag this transport factory from the package itself. Thanks for pointing this out.

Regards, Bert

from elasticemail-mailer.

landNull avatar landNull commented on September 19, 2024

Thank you for following up so quickly. :D

from elasticemail-mailer.

bertoost avatar bertoost commented on September 19, 2024

I have updated the package to work with Symfony natively. Can you try updating to version 1.1.0?
You can remove the above suggestion too. It's now handled by the package
Like to hear from you again.

from elasticemail-mailer.

mia-geekgirl avatar mia-geekgirl commented on September 19, 2024

Hi there,

Thank you for the quick update! I upgraded via composer, but Mautic still isn't picking it up.

brave_screenshot_info thehomeschoolquest com (2)

from elasticemail-mailer.

bertoost avatar bertoost commented on September 19, 2024

I don't know about Mautic. But as far I can see, you should use "elasticemail+stmp" instead of "api" in the scheme name. The API is meant for connecting with API credentials (a key) instead of username/password of the SMTP service.

from elasticemail-mailer.

Related Issues (1)

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.