mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 06:05:55 +03:00
[GH-ISSUE #289] [BUG] 'Confirm Payment' email arrives unencrypted despite recipient having PGP key uploaded #809
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#809
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 @alexaka1 on GitHub (May 19, 2022).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/289
I have changed my subscription and got an email from mailer@anonaddy.me with subject 'Confirm Payment'. The body contains the usual AnonAddy styling, and this
My default recipient (which this email was sent to) does have a PGP key set and it's activated.
I've read in a previous patch note / blogpost that you updated the code to use the PGP key during billing as well (if set).Here's what I was thinking of.I think this is a bug.
I can send you more details in private, if needed. Just point me in the direction.
(Also, the email wasn't sent to the alias that is set up on the Stripe billing portal. It was To-d directly to the recipient address. That alias correctly got the receipt later in encrypted format.)
@willbrowningme commented on GitHub (May 20, 2022):
Thanks, you're right I must have overlooked this notification when I added encryption for all other notifications since it's in the Laravel Cashier vendor files.
I'll override that notification and try to get it updated shortly.
@willbrowningme commented on GitHub (Aug 3, 2022):
Just fixed this, thanks again for letting me know.