Skip to content

And local queue/sendmail as transport - #55

Open
krono wants to merge 1 commit into
CZ-NIC:mainfrom
krono:krono/sendmail
Open

And local queue/sendmail as transport#55
krono wants to merge 1 commit into
CZ-NIC:mainfrom
krono:krono/sendmail

Conversation

@krono

@krono krono commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Fixes #54

@e3rd e3rd left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fill in CHANGELOG, add something to README, increase the version to pyproject.toml and I'll release :)

Comment thread envelope/__main__.py
print(str(res))
sys.exit(0)
elif res:
elif res or (args["send"] and not(args["encrypt"] or args["sign"])):

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why having this line, for what usecase?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm on vacation, I can look into my work fork 2 weeks or so, please stand by

Comment thread envelope/envelope.py
"""
self._sendmail = SENDMAIL_PATH if self._sendmail == True else str(self._sendmail)
_unused = to_addrs
args = ["/usr/sbin/sendmail", "-t", "-oi", "-f", from_addr]

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I jsut see that I fogot to acutally use self._sendmail here. will fix eventually.

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.

Idea: Add 'local' transport

2 participants