Ben
Ben
test
Comments
-
As your issue is now resolved from another thread, by syncing your server clock with NTP, we'll now close this thread.
-
That's a lot of subscribers for your configuration. You may want to try running Sendy on EC2.
-
Noted, thanks @Jay.
-
Hey Johny, Sendy does not slow down all of a sudden, if it slows down, could it be your server using up some resources at that time? Are you on a shared server?
One other thing is that the license checking is done on our dedicated box, bu… -
Yes Sendy uses curl to check your license during install. If outgoing connections are blocked, installation will be hindered. Also keep in mind that transferring emails to Amazon SES requires outgoing connections as well.
-
@vjefri Yes, sync your server clock with NTP. Consult your host on this.
-
@Ergun. There's no reports of Sendy slowing down the server, but I'm not sure what server configuration others are on. How many subscribers do you have?
-
@fazilcanoztas I've deleted your previous 'new' thread, let's keep to this. You mentioned that you solved the problem by syncing your server clock with NTP (thanks in I installed Sendy on a Unix server but Amazon Quota still showing 0 of 0 Comment by Ben November 2012
-
The port doesn't matter.
-
-
Hey, there's no way to register bounces (or complaints) if emails are sent from your server. Why not use Amazon SES?
-
@derivativemedia If cron has been setup, sending directly or scheduling both uses cron to send though, no difference.
An email won't be sent twiceBut you said you created a user in Amazon IAM and gave it admin permissions?
You should use your Access Credentials from https://portal.aws…Use your root AWS credential.1. Have you entered your AWS credentials in settings?
2. Have you requested for production access?
3. Have you verified both email and domain on SES?Hi. You need to change the APP_PATH in/includes/config.phpto the full URL of your Sendy installation.You can already use personalization tags in Sendy. When you create or edit a campaign, you can find instructions at the bottom.
Tags like[Name,fallback=],in Customize campaing content for every user Comment by Ben November 2012I have changed it to hgluk.com. Hope it works.We have specified that you need a Unix like server, eg. Linux, running Apache.
Taken directly from our website:
You need PHP & mySQL support on a Unix like server, eg. Linux, running Apache.
I ha…There's indeed a bug with quotes, have added this to the list of fixes.Sendy wasn't tested on IIS nor Windows (our site says a Unix like server is required).
I'm not sure what the issue is especially if there are no error logs to check. You may want to switch to a Linux box to run Sendy.Did you choose http as the protocol?Hi, you're not supposed to 'load' bounces.php in your browser. It should be used as SNS topic end point, please see the get started guide.@derivativemedia It's hard to understand and troubleshoot why it's stuck in 'sending' and resume button doesn't do anything without having access to your database. But I'm g…When I visit http://sendy.hgl.lan, I can't access it through my browser. I know you're installing in locally, but please bear in mind that your subscribers will not be able to visit any links in emai…Ok. Is the domain (you purchased Sendy for) resolving to 192.168.0.19?@pylemaire You need to create a custom field for the list in question.
Go to your desired subscriber list. At the top right, click on 'Custom fields'.…Try adding these lines to /includes/config.phpcurl_setopt($cr, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($cr, CURLOPT_SSL_VERIFYPEER, 0);@hemming, are you installing Sendy on localhost? As in, your local server, i.e. your computer?@simy Thanks for your thoughts. I appreciate it. And with regards to multithreading, thanks a lot for the link, will take a good look at it.