Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support user selected delivery method instead of smtp config. #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sce
Copy link

@sce sce commented Nov 15, 2011

This is mostly a convenient way to enable sendmail (instead of using
:address => "localhost" as config).

Also, when using sendmail directly there is no need for a :from address
since sendmail will use an appropriate one automatically (if configured
correctly).

This is mostly a convenient way to enable sendmail (instead of using
:address => "localhost" as config).

Also, when using sendmail directly there is no need for a :from address
since sendmail will use an appropriate one automatically (if configured
correctly).
@boosty
Copy link

boosty commented Nov 13, 2012

I stumbled upon the same issue.

Working on a fork of this gem, I did not see any reason for the (limiting) indirection when configuring ActionMailer.

I fixed it by just removing the indirection, in case you are interested:
xing@0406f6d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants