Questions tagged [sendy]

Sendy is a self hosted email newsletter application that lets you send trackable emails via Amazon Simple Email Service (SES)

Sendy is a self hosted email newsletter application that lets you send trackable emails via Amazon Simple Email Service (SES)

Sendy's API is based on simple HTTP POST. Users can utilize the API to integrate Sendy programmatically with their website or application. Some APIs may require the latest version of Sendy, which can be found in the this official link.

34 questions
0
votes
1 answer

Building a Dockerfile from inside Docker Compose

So I'm trying to follow these instructions: https://github.com/open-forest/sendy I'm using Portainer and trying to run a Sendy container (newsletter software). Instead of running a MySQL image with it, I'm just using my external managed database…
Andrew
  • 11
  • 3
0
votes
1 answer

DMARC fails using custom domain with Sendy, messages marked as spam

I use Sendy in a custom domain. So far, so good: validated the custom domain via email in Sendy and I can send messages. But it fails to pass DMARC, which triggers this horrendous message in Proton, Gmail, plus send messages to spam folder. Here's a…
Rodrigo G.
  • 29
  • 5
0
votes
1 answer

Segments are constantly changing

I would like to get help about an issue that we have been experiencing on our Sendy system and that we have not been able to resolve for a while. We recently migrated the sendy system to a more powerful server. However, segment schedules do not work…
0
votes
1 answer

I think my innodb tables have been corrupted. Tried doing everything from internet but want to make sure first

I am currently facing the following error when I run the tail command on the error log. root@sendy-droplet:/# tail -30 /var/log/mysql/error.log 2022-08-02T21:45:40.816581Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld…
Zachattack
  • 51
  • 8
0
votes
2 answers

Sendy Cronjob failing again and again

I have currently installed sendy email sending script on amazon ec2 instance on php version 7. The problem I am facing is that whenever we create a new campaign the new campaign it simply shows pending and does not progresses. To resolve it I have…
COdeingNinja
  • 381
  • 5
  • 20
0
votes
1 answer

getting a error log in php nginx server used with sendy in aws RDS servers

I am using sendy email sending script in aws ec2 instance with database based on aws rds services and it is connected with it as well. My issue is that whenever sendy runs and it tries to send email which is running on ec2 instance it gives me a 504…
COdeingNinja
  • 381
  • 5
  • 20
0
votes
1 answer

Sendy (hosted with Hostinger) email campaigns time-out constantly

Even with the CRON job setup (below) my Sendy email campaigns time out after around 1,400 sends (about 10% of the list). /usr/bin/php /home/u202277730/domains/blastoff.us/public_html/sendy/scheduled.php Hostinger customer-service…
0
votes
1 answer

Unable to start docker-compose

I'm trying to configure sendy to run on docker-compose. I'm getting this error when running docker-compose up error Building sendy Traceback (most recent call last): File "compose/cli/main.py", line 67, in main File "compose/cli/main.py", line…
Antarr Byrd
  • 24,863
  • 33
  • 100
  • 188
0
votes
0 answers

I'm sending a json object via the post method to my sendy database. It seems to work fine on desktop but does not send on mobile

I'm sending the json object userInfoRedCourses to my sendy database via the post method. This json object is sent from the previous page contains user details like email, name, address etc..If the user ticks the box the data is sent. I'm also…
ASalmon
  • 15
  • 4
0
votes
1 answer

Sendy - Does Sendy Extension Available for OroCRM?

We using OroCRM and run campaign, does Sendy extension available for OroCRM, if extension not available any alternate way exits?
zus
  • 194
  • 2
  • 16
0
votes
0 answers

Amazon SES and Sendy.co issue - only in GMail messages received in spam, orhers in Inbox

we are trying to do mass e-mail sending via Amazon SES and we face issues. Hotmail and Yahoo receive in Inbox. Gmail receives in SPAM. We do everything we need: non-blacklisted dedicated IP address from SmarterASP.NET (the hosting) non-blacklisted…
Ivan
  • 41
  • 6
0
votes
1 answer

Sendy External SMTP Bounce Handler

Sendy will not track bounced email address when sending emails via any SMTP server. It only works when if you hook it with AWS SES. As I'm using SMTP which is hosted on a Linux server along with IMAP, POP3. I sent thousands of mail using that SMTP…
Aman Juman
  • 404
  • 5
  • 12
0
votes
1 answer

Server timeout while sending email newsletters to a large subscriber list using "Sendy"

We are using Sendy to send email newsletters to our large email subscriber list of 450,000. We are using an Amazon t2.Medium instance with 4GB of Memory and our email sending rate is 6 per second. We have already updated our php.ini and .htaccess…
user3826864
  • 429
  • 4
  • 19
0
votes
1 answer

Email send more than once in sendy

issue is i am facing problem while sending email to subscriber sendy send more than 16 emails to a single subscriber. while i am using amazon ses. Regard's MUHAMMAD Arslan Zia
0
votes
0 answers

Memory size exhausted Autoresponder Sendy

I'm using Sendy.co with Nginx and autoresponder it's not working. I checked the cronjob and its running, but when I call 'PHP /var/www/mywebsite.com/htdocs/autoresponders.php' Returns: 'Allowed memory size of 262144 bytes exhausted (tried to…
Renato Pimpão
  • 271
  • 3
  • 17