mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 06:05:55 +03:00
[GH-ISSUE #348] Self-Hosted | can't get verification email #850
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#850
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 @VijendraMalhotra on GitHub (Oct 13, 2022).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/348
I am trying to register an account after hosting the site. (https://github.com/anonaddy/anonaddy/blob/master/SELF-HOSTING.md#creating-your-account). but can't seem to get the verification email.
looked at the app logs /var/www/anonaddy/storage/logs/larvel-2022-10-13.log (it's clean)
looked at the /var/logs/mail.log and that is clean as well
what am i missing?
@willbrowningme commented on GitHub (Oct 17, 2022):
Does your hosting provider have port 25 open?
@willbrowningme commented on GitHub (Oct 17, 2022):
Perhaps you have not setup supervisor correctly which is why is is not processing the queued mail jobs. Please make sure supervisor is running and the config for it is correct.
@willbrowningme commented on GitHub (Oct 20, 2022):
Did you sort this in the end?
@VijendraMalhotra commented on GitHub (Oct 20, 2022):
AWS doesn’t like opening port 25 it seems. so waiting to hear from them!
thanks for you help @willbrowningme
@willbrowningme commented on GitHub (Oct 20, 2022):
No problem, hopefully they will open it.
Closing as this isn't related to the software.
@VijendraMalhotra commented on GitHub (Oct 20, 2022):
If anyone has ever worked with AWS to get the port open, help would be appreciated in terms of answering the question " A technical explanation of your spam prevention mechanisms, including details regarding your infrastructure and security measures."
@narainaDewasi commented on GitHub (May 28, 2024):
Hi i am facing same issue
i am using AWS SES for send email
after all configuration for aws ses and postfix when i test it with this command
echo "Test Message" | mail -s "Test Subject" -a "From:info@mail.domain.com" my-email-id@gmail.comits sending the mail but on the anonaddy app it says that the verification mail have been sent then i have nothing received.
there is no error log found in mail.log /mail.err / laravel-*.log files