mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #86] Anonaddy + Sendgrid #686
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#686
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 @sandikata on GitHub (Oct 5, 2020).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/86
Hello!
Is it possible to use anonaddy via sendgrid and to close port 25 on my postfix server?
@willbrowningme commented on GitHub (Oct 6, 2020):
You can use any mail driver that is compatible with Laravel to send email.
Please check the Laravel docs - https://laravel.com/docs/8.x/mail#driver-prerequisites
You'll have to find a third-party package that allows integration with sendgrid, e.g. https://github.com/s-ichikawa/laravel-sendgrid-driver
@sandikata commented on GitHub (Oct 6, 2020):
Thank you!