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
5
votes
1 answer

How can I send transactional email using sendy with ruby on rails

I am developing ruby on rails application and using sendy with amazon ses for marketing campaign. Is it possible that I will integrate this sendy server as my transactional emails which I am using in my ruby on rails development for welcome email,…
4
votes
1 answer

How to check status of the user (subscribed or not) using sendy

I am using sendy-api, to do subscribe for user from the code. I am using javascript. Also I have followed sendy-github . I want to check the status of the user before doing subscribe. If user is unsubscribed already, I dont want to subscribe again.…
Shrabanee
  • 2,706
  • 1
  • 18
  • 30
3
votes
1 answer

How to pass custom parameters to sendy via node js api?

I am trying to pass custom data in sendy via api of sendy. Sendy has custom field attributes in which we can pass data. I am using a sendy node js package whose link is provided on sendy website. the issue is that i am not able to pass custom field…
COdeingNinja
  • 381
  • 5
  • 20
3
votes
0 answers

Send mail to a particular user from subscriber list in Sendy API

I have multiple users in Subscriber list (suppose 10 users) and I want to send email to only one user from that list. I cannot create one list per user as I will need to generate report also. So how can I achieve this without making any changes in…
user1578460
  • 315
  • 1
  • 2
  • 17
1
vote
0 answers

Running Sendy with Docker

I am trying to run the Sendy software with Docker. I've managed to get the sendy installation page to show up when I visit my website but the issue is when I fill in my details and click next. All that happens is that the page refreshes. If I visit…
Andrew
  • 11
  • 3
1
vote
0 answers

$_GET Grabbing Variables from URL, but POST not Posting to Sendy API

I am trying to Ping a URL with name, email, and list variable in the URL. Exp: https://myurl.com/?name=Example-Name&email=example@email.com&list=123456789hak. So I am using $_GET to grab the variables from the URL, and want to then insert into a…
Veit
  • 49
  • 2
  • 9
1
vote
1 answer

Sendy 'Error communicating with Amazon SNS API: There was a problem executing this request'

I am getting the error 'Error communicating with Amazon SNS API: There was a problem executing this request' Anyone who has used Sendy and experienced the same error?
Erick kibet
  • 13
  • 1
  • 6
1
vote
2 answers

Submitting date input getting auto Dec 31, 1969 when left blank

I am using a self hosted email marketing service. I have built the form.... embedded it.. But when someone does not add a value for their birthday.. it defaults to Dec 31, 1969 using a date input. I want that to be a value of nothing if they did not…
MuhuPower
  • 404
  • 3
  • 25
1
vote
1 answer

Error in getting Active subscriber count from Sendy API

While trying to fetch the active subscriber count from Sendy API, I am getting following error The POST request looks like this: http://my-sandy-Installation/api/subscribers/active-subscriber-count.php In header:…
Yog
  • 21
  • 3
1
vote
1 answer

Shell script - CURL post form data with another CURL captured html text in parameters

I need to capture a html content and pass it to another curl as form data. My solution: curl http://example.com/campaigns/create.php \ -F api_key=myKey \ -F subject="My Subject" \ -F list_ids=12345 \ -F html_text="'$(curl -s -L…
Probal
  • 90
  • 12
1
vote
0 answers

Sendy.co with postgresql

Does any one have any experience in linking sendy.co to postgresql database. I was trying to connect it updating include.php file but no luck for some reason. Went through the number of online resources and by the looks of things sendy is a MySQL…
Sky21.86
  • 627
  • 2
  • 9
  • 26
1
vote
2 answers

Amazon SES Gmail spaming issue

I am using Amazon SES for bulk email, for some reasons my email in Gmail going into spam, on hotmail, yahoo, aol etc are working fine. i have fully setup SPF & DKIM here are the stats from mail-tester https://www.mail-tester.com/web-O1hxHT and my…
1
vote
2 answers

How to remove random spaces in html mail?

I see random spaces in the html mail which breaks entire html structure and gives the weird html mail. I am using SENDY newsletter API to send mail to clients. The html mail is working fine in all other email clients like outlook express and so on..…
Sagar
  • 642
  • 3
  • 14
0
votes
0 answers

SENDY 'Error communicating with Amazon SNS API: There was a problem executing this request.'

Since I have update Sendy, I have this error: 'Error communicating with Amazon SNS API: There was a problem executing this request. OpenSSL SSL_connect: Conexi?n reinicializada por la m?quina remota in connection to…
Michu
  • 122
  • 12
0
votes
2 answers

Sendy.co generating errors and filling up hard drive

I am using sendy.co and although I purchased the script directly from sendy.co website I am noticing a ton of errors in my error log each time I send an email blast that says Undefined array key "license" in /includes/functions.php eval()'d code on…
Jayreis
  • 253
  • 1
  • 7
  • 28
1
2 3