Save the DNS (format: https://secret_code@abc.ingest.sentry.io/secret_number)
Change the filename from .env.sample to .env
Update the following variables in the .env file (DO NOT DELETE other non-used variables)
APP_PORT
SentryDSN
USERNAME
PASSWORD
DBDRIVER
DBUSER
DBPASS
DBNAME
DBHOST
DBPORT
DBTIMEZONE
Execute the binary file. It will automatically create a new table
postmark_outbounds and migrate the database.
On Postmark,
select your server and browse the transactional message stream
select Add webhook
add the following information:
Webhook URL: http(s)://<your_ip_or_domain:port>/webhooks/v1/outbound-events
If you run the application behind a reverse proxy (NGINX / Apache) and configure a
domain, then the URL will be http(s)://<your_domain>/webhooks/v1/outbound-events
add Basic auth credentials
select the events Postmark should forward to your server