Ben
Ben
test
Comments
-
@Nexercise Have you set up cron to send your emails? And what version are you on? Thanks.
in Auto-resume when campaign sends timeout
Comment by Ben
October 2012
-
Hey, paste your newsletter HTML code into the HTML field for sending. You can also use the WYSIWYG editor. Templates are on our roadmap. Sendy is built on PHP and mySQL.
-
@nxcong Have you verified both email and domain on your SES console? Also, where are you hosted on?
-
No it's not supported at this time, sorry about that.
-
Blocking domains that are 'disposable' is a good idea. Will add it to the list.
Sendy already checks for bounces and will mark them as 'bounced' so that future emails will not be sent to them. -
Hi - Email clients usually get the preview lines from the 'Plain Text' format content.
-
Are you installing Sendy on Windows? Sendy has not been tested on Windows, but one of our customers made it work.
Here's the web.config settings required instead of .htaccess:
<rule name="Sendy all" stopProcessing="true">… -
I copied your data and saved it as a CSV. Then created a test list as well as added one custom field to the list. Then I imported the CSV and it worked without problems.
Have you created the custom field before importing? -
You're welcome!
-
Thanks for clarifying.
It only makes sense the larger the CSV file, the longer it takes to process. It also depends on your server's hardware configuration. -
CSVs are separated using commas in each line. Exploding lines with respect to commas is a means to process each and every column, there is nothing wrong using explode. If we don't break up columns using explode(',') there is no way to separate the c…
-
Hi Yao Quan, what does Big CSV > 10 means?
-
Hey. CSVs are separated by commas, hence the name 'Comma Separated Values'. You can try sidestepping this by adding subscribers via the 'per line' field.
-
How many columns does your CSV have? And how many columns does the CSV format example display? The number of columns for both have to match.
-
@cstudioakt Yes you're able to send from an email with a different domain, it doesn't have to match the domain you're running Sendy on.
Have you verified the email… -
Thanks @tommyent, that works.
-
Hi,
The new 1.0.8 version uses CRON to send if CRON is detected to be set up.
If you're stuck on 'preparing', you may not have set up CRON properly.
Can you post a screenshot of your CRON setup so I can see if it's s… -
Can you access your error log on your server to see what the problem might be?
-
You can currently edit a subscriber through the subscribe form or API. We'll make it possible to edit a subscriber via the interface in the next update.
-
The 'Minutes' field should be */5
This will make CRON execute the scheduling script every 5 mins. -
Hey Frank,
What you see in the demo is hard-coded. We'd work make this available when working on the templating feature.
Good that you can make this work now for what you need.
Thanks. -
Good suggestions, will put this on our list.
Thanks. -
Hey,
Paste the HTML code of your newsletter into the HTML field when creating a campaign. Your newsletter will be displayed in the preview after you save. -
Yes that is why the password uses the PHP installation's 'sendmail' function. This is because if SES is not setup or email is not verified, the new password will still be sent to the user. For your case, if you did not enable 'sendmail' and does not…
-
This is definitely something we want to add. It's on our list. Thanks.
-
Hey,
The latest 1.0.8 version uses CRON to send your campaigns if CRON is set up.
How it works is that the next time CRON executes the scheduling script, it'll send out your campaign. If you've set up CRON correctly to execute … -
@aaranmcguire We want this as much, still working on it!
-
Good to hear it works out by forcing it to use SES to send. Guess we'll have to code the script to send via SES if available then fallback to using sendmail in the next update. Thanks.
-
Hey, sorry but there's only 'Mass delete' function and no 'Mass unsubscribe' function. You may want to try marking the unsubscribers manually. Is your unsubscriber list huge?