mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #479] Add option to 'From' be the true sender #916
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#916
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joaonunovalente on GitHub (Jul 11, 2023).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/479
Right now, we have the option to the 'From' header to be:
Would be nice that we could also have the option:
That would be easier to know who is the email from and would add the possibility to answer directly to it, using our email.
I know the last reason ignores the main purpose of anonaddy, but still.
@willbrowningme commented on GitHub (Jul 12, 2023):
It is not possible to have the original sender as the
From:header because AnonAddy forwards the messages on as entirely new emails and this would cause all authentication checks to fail and messages to be rejected.@joaonunovalente commented on GitHub (Jul 12, 2023):
Yeah... That actually makes sense!
Another sugestion then.
Would it be possible to have the
To:be another email instead of the alias?For instance:
From: sender@username.anonaddy.com
Reply-to: sender+example=sender.com@username.anonaddy.com
To: sender@username.anonaddy.com
Could the
To:email be our own email?@willbrowningme commented on GitHub (Jul 12, 2023):
The
To:could be your recipient's email e.g.you@gmail.comyes.