Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Fixed custom sendmail command was never considered #286

Merged
merged 1 commit into from Jun 18, 2019

Conversation

Toflar
Copy link
Contributor

@Toflar Toflar commented Jun 18, 2019

I tried configuring a different sendmail command in my Symfony application and noticed that it shows correctly when running bin/console debug:config swiftmailer but it's just never considered due to a missing setCommand() call on the transport.

@fabpot
Copy link
Member

fabpot commented Jun 18, 2019

Thank you @Toflar.

@fabpot fabpot merged commit b8db015 into symfony:master Jun 18, 2019
fabpot added a commit that referenced this pull request Jun 18, 2019
This PR was merged into the 3.2-dev branch.

Discussion
----------

Fixed custom sendmail command was never considered

I tried configuring a different sendmail command in my Symfony application and noticed that it shows correctly when running `bin/console debug:config swiftmailer` but it's just never considered due to a missing `setCommand()` call on the transport.

Commits
-------

b8db015 Fixed custom sendmail command was never considered
@Toflar Toflar deleted the fix-sendmail-command branch June 18, 2019 15:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants