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

Can we get display name support #37

Open
bernadinm opened this issue Oct 1, 2023 · 3 comments
Open

Can we get display name support #37

bernadinm opened this issue Oct 1, 2023 · 3 comments

Comments

@bernadinm
Copy link

Is your feature request related to a problem? Please describe.
This pop cli works but is missing a feature where we need to ensure the proper display name is configurable. At the moment, when the email is received from this client, it shows up on the recipient's inbox as the alias name of the email. If you can perhaps use a display name flag such as -d <name of person> this will be easily seen at a glance in the recipient's inbox.

Describe the solution you'd like
If we can add support for --display-name, -d that would be useful.

Describe alternatives you've considered
I attempted to control the display name from the email exchange provider, however, it is ignored from pop.

@gabrielcipriano
Copy link

Have you tried something like this?

pop < message.md \
    --from "Example Name <[email protected]>" \
    --to "[email protected]" \
    --subject "Hello, world!" \
    --attach invoice.pdf

@vasyakrg
Copy link

export POP_FROM=[email protected] not work too
message delivered with username in "from" filed

@rahji
Copy link

rahji commented Apr 15, 2024

Have you tried something like this?

pop < message.md \
    --from "Example Name <[email protected]>" \
    --to "[email protected]" \
    --subject "Hello, world!" \
    --attach invoice.pdf

Just verified that this works.

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

No branches or pull requests

4 participants