mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-26 06:35:50 +03:00
[GH-ISSUE #140] Customize self-hosted environment #713
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#713
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 @rajasekhar-gundala on GitHub (Apr 3, 2021).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/140
@crazy-max Thank you very much for the application. Is there a way to edit or modify self-hosted environment? I wanted to include
@ghost commented on GitHub (Apr 5, 2021):
No, the word for your list is called "white labeling." Usually the forwarding email address service has a white label add-on, like Tutanota or just use a HTML email signature. The branding responsibility would be at the forwarding email address, and not the email alias service.
It'd be a mess anyway because the forwarding emails can be different domains.
@rajasekhar-gundala commented on GitHub (Apr 5, 2021):
@jonathan-rosa Thank you very much for the reply. I just want to modify the mail coming from Anonaddy when ever new user register the account, i.e. account activation mail. That mail has Anonaddy logo and footer link.
Screen shot below for reference.
@willbrowningme commented on GitHub (Apr 12, 2021):
Sounds like you need to fork the repo and make these custom changes there.
You'll need to know your way around Laravel, you can make the changes here - https://github.com/anonaddy/anonaddy/blob/master/resources/views/vendor/mail/html/message.blade.php
@rajasekhar-gundala commented on GitHub (Apr 13, 2021):
@willbrowningme Thank you for the reply. I wanted to use the docker version of Anonaddy. How do I refer my cloned repo to build the docker image?
@crazy-max commented on GitHub (Apr 13, 2021):
@rajaseg
github.com/anonaddy/docker@d3573ee4a1/Dockerfile (L94)