Skip to content

Problem with cronjob and Greek characters

edited December 2016 in Troubleshooting

Hi, I have setup sendy in my server but I have a problem.
I send email with Greek letters in the name and in the content area.

I install sendy and i try to send a few emails to my mailbox. Everything was fine. After that I setup the cronjob for the sending and try again. The result was to send the same email as before but this time all the Greek letters (Name, title, content) was showing as question marks!!!

After that I delete and reset the cronjob in my server and sendy and try again. Everything was working fine again! I install for second time the cronjob and again the email arrived in my mailbox with question marks.

Can you help me?

Comments

  • BenBen
    edited December 2016

    Hi,

    Your CLI version of PHP that executes the cron job must be of a different version. Try changing your cron job to the curl version:

    curl -L -s http://your_sendy_installation_url/scheduled.php > /dev/null 2>&1

    Then try again.

    Thanks.

    Best regards,
    Ben

This discussion has been closed.