{"id":21289775,"url":"https://github.com/wzulfikar/docker-sendportal","last_synced_at":"2025-07-11T14:32:09.505Z","repository":{"id":64921276,"uuid":"321098920","full_name":"wzulfikar/docker-sendportal","owner":"wzulfikar","description":"Dockerized SendPortal.","archived":false,"fork":false,"pushed_at":"2022-12-18T01:54:01.000Z","size":5932,"stargazers_count":30,"open_issues_count":4,"forks_count":17,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-02T03:42:42.542Z","etag":null,"topics":["docker","emailmarketing","mailing-list","self-hosted","sendportal"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wzulfikar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-13T15:39:35.000Z","updated_at":"2025-05-22T12:43:04.000Z","dependencies_parsed_at":"2022-12-18T11:42:23.814Z","dependency_job_id":null,"html_url":"https://github.com/wzulfikar/docker-sendportal","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wzulfikar/docker-sendportal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzulfikar%2Fdocker-sendportal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzulfikar%2Fdocker-sendportal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzulfikar%2Fdocker-sendportal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzulfikar%2Fdocker-sendportal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wzulfikar","download_url":"https://codeload.github.com/wzulfikar/docker-sendportal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wzulfikar%2Fdocker-sendportal/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264833280,"owners_count":23670617,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","emailmarketing","mailing-list","self-hosted","sendportal"],"created_at":"2024-11-21T12:43:10.020Z","updated_at":"2025-07-11T14:32:08.985Z","avatar_url":"https://github.com/wzulfikar.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"docs/docker-sendportal.jpg\" height=\"100px\" /\u003e\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eDocker SendPortal\u003c/h1\u003e\n\nThis repo contains the dockerized version of [SendPortal](https://github.com/mettle/sendportal), an open-source self-hosted email marketing. The docker flow is opinionated but you can use it as reference to make something of your own. All docker-related files are stored inside `docker` directory.\n\nTo start the setup:\n\n1. Make sure you have docker installed. Check docker documentation if you haven't: https://docs.docker.com/engine/install/\n2. Create a `.env` file based on `.env.sample`. Adjust the content of your `.env` according to your need.\n3. Run the script: `./run.sh`\n\nThe script will use environment variables from `.env` and builds a docker image called `sendportal` based on `docker/Dockerfile`. It will also run a redis and nginx container, namely `sendportal_redis` and `sendportal_nginx`. Lastly, the script will trigger the sendportal setup command using `artisan sp:setup` which asks for few details like domain name, database informations (if not provided yet), etc.\n\nOnce completed, you can access your SendPortal at http://localhost:9000.\n\nHere's some screenshots of SendPortal running in localhost using docker:\n\n![send portal screenshots](docs/sendportal-screenshot-2020-12-13.jpg)\n![send portal template example](docs/sendportal-template-example.jpg)\n\n### 1. Why SendPortal?\n\n- The interface is clean\n- The workflow is not so complicated; create campaign, send campaign, monitor campaign, repeat\n- Good alternative if you want a DIY solution and cheaper to mailchimp\n- It's open-source!\n\n### 2. Why dockerizing it?\n\n- You just want to quickly run the tool\n- You don't want to deal with setting up the dependencies\n- You want a flow that can be easily replicated\n\n### 3. Why run.sh?\n\n- It's easier for me because I can just arrange the commands based on my need (hey, it's opinionated!)\n- I don't have to install docker-compose\n- It works out of the box on most platforms (ubuntu, macOS, or Windows via Git Bash or WSL)\n\n### 4. Is there any alternative to SendPortal?\n\n- I tried [Mailtrain](https://github.com/Mailtrain-org/mailtrain) but the flow is a bit confusing to me. And it seems to send queued emails at a slower rate (I once scheduled ~10k emails and it took 1 hour to finish).\n- I checked [phplist](https://github.com/phpList/phplist3) but the UI seems too crowded for me.\n\n### 5. Where can I learn more about SendPortal features?\n\n- You can start from its official documentation: https://sendportal.io/docs/features/subscribers\n- If you want to know more about what kind of content you can put in your campaign email (eg. can you automatically insert your subscriber name?), check this **Templates** section: https://sendportal.io/docs/features/templates\n- Finally, you can also check their Github issues at https://github.com/mettle/sendportal/issues to see what bugs are being solved, feature requests, etc.\n\n### 6. Do you have a demo?\n\n- Yes! It's here: https://sendportaldemo.wzulfikar.com\n  - user: delpha.cronin@ethereal.email\n  - password: `demo1234`\n- If you want to see the emails that are sent by the demo app, check the mailbox too:\n  - mailbox url: https://ethereal.email/messages\n  - user: delpha.cronin@ethereal.email\n  - password: `rxg88vKsXfZ6pH7dea`\n- You can also check the Laravel Horizon that's is bundled by SendPortal. To do so, login to the demo site and go to https://sendportaldemo.wzulfikar.com/horizon\n\nThat's it. Hope it helps!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwzulfikar%2Fdocker-sendportal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwzulfikar%2Fdocker-sendportal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwzulfikar%2Fdocker-sendportal/lists"}