Ben
Ben
Comments
-
Hi Gee,
The WYSIWYG editor lets you change text color, highlight, bold, italics, strikethrough, header type, indentation and alignment. These are all 'font styles' you can set, which addresses your question.
For anything more adva…
-
Hi Gee,
You can switch the editor to HTML mode and add CSS into your HTML code.
Thanks.
Ben
-
Hi Gee,
(Quote)Do you mean the font size of your newsletter or the entire Sendy's interface?
Thanks.
Ben
-
You're welcome!

-
Hi,
You can send the HTTP POST to Sendy via the subscribe and/or unsubscribe API.
For example, POST to the subscribe API to subscribe the user who clicked/opened to a list of your c…
-
Hi, glad that it worked.
(Quote)
Do you have 'images turned on' in your email client when viewing your newsletter?
Tha…
-
Hi ,
Sending times out mainly due to server memory exhaustion.
If you setup a cron job for sending (recommended), Sendy can automatically resume sending when sending time out due to any reason so you don't have to babysit sending …
-
Hi @altarvic,
I was going to release the next version with these code, but you beat me to it.
Thanks for sharing, I really appreciate it.
(Quote)
I'm really glad to hear, thank you!
Ben
Thanks rentalia. You can PM me if you'd like to let me know if it works better.
Cheers.
Hello,
Yes you can code your HTML like a regular web page with head, body and all that. But make sure you're using tables rather than divs, make your CSS inline and use absolute paths to images.
Thanks.
Ben
I'm sorry, do you mean the scheduled.php script does too many things? There's a lot of features users require, I can make it do less things but that wouldn't make people happy. Also sending multi-threaded newsletters in bulk requires more memory …
Hello,
(Quote)As PayPal is used to process payment, the minimum payment they can process is at least 1 USD. You can set your cost per recipient at any fee you want but the total cost of the campaign has to meet the minimum payment set…
(Quote)Thanks Bas!
Ben
Hi,
I subscribed via the API using 'Алексей Тарасов' and it's displaying correctly.

Try changing your database…
Hello,
Link tracking is not supported in welcome emails. Use the Autoresponder feature (Drip Campaign) to send welcome emails instead. Autoresponders will show you a full report of your welcome email activities.
Link tracking aren…
You have 12GB of RAM, but the
memory_limitallocated for PHP's usage is only 512M. Try increasing it to a larger number in php.ini and utilize more of your RAM.Can you check your error log for any 'fatal errors'? Is the 'Maximum execution time of 300 seconds exceeded' error the only error?
How many records are you trying to import and what is the CPU and memory of your server?
Hi,
Sendy provides you with a subscribe form HTML code you can embed anywhere on your website.
- Go to 'View all lists'
- Select your desired list
- Click 'Subscribe form' at the top right to get the HTML code
(Quote)Wait around 5 minutes, importing will resume itself when cron job kicks in 5 minutes after time out.
Hi,
Can you please provide me with the correct symbols in question so I can test it on my side?
Thanks.
Ben
What's your cron job interval?
Hi Matthieu,
You may be right: "Find your system’s maximum throughput without using up your daily sending quota."
But I can't find more detailed information other than to 'assume' we can send multiple emails to the same simulator …
Hi Maxim,
The registered bounces you see in Sendy's interface are 'Hard bounces'.
Soft bounces are invisible to you but are registered in the database. If an email soft bounce 3 times, it'll be converted to 'hard bounce'. This hap…
Hi Yogesh,
Did you setup a cron job for sending? Setting up a cron job for sending features auto resume when sending time out due to memory exhaustion or other reasons.
When you're at the 'Define recipients' page (the page where y…
Hello,
There're no known issues with Sendy's SMTP feature at the moment. Can you test if SMTP is working by using other SMTP settings, from your personal email for example (eg. gmail, yahoo mail etc)?
Thanks.
Ben
Hi Matthieu,
(Quote)Amazon mailbox simulator is not used for testing speed. It's used for testing bounces, complaints etc using their test emails.
Hey Jon,
This is a programming question which is not covered by support. If you need help in writing code for integration, consider hiring someone who can help you without you having to learn these stuff. PM in Trying to integrate with my Shopping Cart... Comment by Ben April 2013
Hi,
That is a HTTP GET, not a HTTP POST.
You need to do a HTTP POST.
Thanks.
Ben