Ben
Ben
test
Comments
-
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 on … -
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?
-
You're very welcome Richard. Sorry I couldn't nail down why you can't unsubscribe when the email was sent by you. Perhaps you may want to re-import your test subscriber list again and see if it works? Or update to the latest 1.0.8 version, then re-i…
-
Hey,
You can use the subscribe form code. Go to your desired subscriber list, then click the 'Subscribe form' button at the top right to get the subscribe form code.
Paste the code into your sidebar widget. Optionally, if you w… -
There's no issue with 'forget password'. Does your PHP installation have 'sendmail' enabled? If so, have you checked your spam folder?
-
I received the email, just clicked unsubscribe. I logged into your installation and verified that I'm unsubscribed.
-
I tested many times on your installation and each time I subscribe to your list I do receive the welcome email with the subject and body of 'Thank You For Subscribing To HRCREST.com'
-
Yes you can. Export the CSV of the list from Mailchimp without the unsubscribers. Then import into Sendy.
-
The double opt-in confirmation link email content cannot be changed at this time.
"Shouldnt there be a way to get a final welcome mail after double optin which there isnt as of now.. "
A final welcome email message is sent to t…