About SendPortal
Open-source self-hosted email marketing. Manage your own newsletters at a fraction of the cost.
Open-source self-hosted email marketing. Manage your own newsletters at a fraction of the cost.
When trying to send automatically a campaign instead of "queue draft", mails are not sent. Everythings else works. I'm using AWS SES and when it's set to "queue draft" messages appear in the draft section and i'm able to send them manually. When it's set to "send automatically", messages appear in the messages table in the database but no one are sent.
Any hint?
Hello!
Thanks for producing this software package and open-sourcing it!
We have followed the documentation and have delivery with Amazon SES. Everything works except for open and click tracking. I have personally been through all of the configurations at least three times, with everything confirmed on the Amazon side. The webhooks appear to be working correctly as well, and all the SNS notifications are received based on the log entries. However, the database records for message click and open counts are not updating from the API. Currently looking through the code, but any immediate ideas will be much appreciated.
Many thanks in advance.
Hi!
Looks promising!
Can someone confirm this works with Laravel Vapor?
I know some other solutions donβt support Vaporβs queue service.
I reopen this ticket because the problem still persists despite a configuration with horizon and supervisor. All the scheduled sendings do not work and the status queue
is still there and no message received! Sending in test mode works wonderfully against. It seems to me that it has to be done via the terminal, no job or schedule is in place except the CampaignDispatchCommand
class to be executed manually from the terminal. #52
Even with these settings from the campaigns. The campaign is not sent and therefore not received
First, I'd like to thank you for this great app, I really like it !
My question is, after I checked your code, it seems like you installed it as package, so could you please show us how to do that ? I need to integrate it in my project.
Thanks.
Hi,
I started a campaign to send emails to 5000+ subscribers.. its been almost 24hours now but its stuck at 1000 emails.. Status is still showing as sending but im getting: 1000 out of 1000 messages sent.
https://ibb.co/dmRv8W3
Can someone tell me how do i debug what is happening and how to get it resolved.
sendportal-core: v1.0.4 laravel/framework: v7
Email service: Amazon SES on redis config and horizon. Hosted on DigitalOcean with forge. cron as schedule on forge.
Hi,
Ive been using sendportal for sometime but unfortunately i had to switch from amazon ses to mailjet but now when im trying to send email using mailjet
, im getting an error pasted below:
GuzzleHttp\Exception\ConnectException
cURL error 6: Could not resolve host: api.us.mailjet.com (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://api.us.mailjet.com/v3.1/send
stack trace snippet:
GuzzleHttp\Handler\CurlFactory::createRejection
vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php:210
can someone please guide me what is happening and how to solve it please? thanks.
As you can see from the screenshot, sending the e-mail stopped in this way. It's been this way for about 24 hours. I am using Amazon SES.
There are no errors in the log record.
Thank you for your help.
Hello, thanks for the great tool, but I just saw, that there are not visual templates or even visual editor available. I think this should be mentioned in the docs, because there I could not find any templates like mailchimp is offering, or at least prebuild ones, would be helpful.
I would even like to add some contribution, there is no information about deploying it on apache with .htaccess, only with ngnix config file, so I would like to help that this code can be added to the docs for apache server user:
.htaccess
`
RewriteEngine On
RewriteBase /
RewriteRule ^$ public/index.php [L]
RewriteRule ^((?!public/).*)$ public/$1 [L,NC]
`
Upon first setup, the password field didn't show, making it impossible to setup Sendportal with the UI.
i have completely setup the email tracking on aws ses like documentation on https://sendportal.io/docs/v2/email-services/aws but email tracking is not work. if i use php artisan queue:work --queue=sendportal-webhook-process not showing something else how to solve it ,
Full Changelog: https://github.com/mettle/sendportal/compare/v2.0.3...v2.0.4
v2.0.3
v2.0.1
v2.0.0