Announcement

Collapse
No announcement yet.

Email campagin won't send (or queue all emails)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    I did change those things.
    And I got the bad email address. The only thing which might cause an exception is a "é" in the email address... It is is a valid character, but it might cause some problems...

    Comment


    • #17
      What mysql version do you have?

      Comment


      • #18
        I'm running a MariaDB 10.3.16

        Comment


        • #19
          Try to convert column 'lower' in 'email' table to utf8mb4_unicode_ci. Make a backup of the table just in case. This may take a while if you have a big table.

          Comment


          • #20
            I changed the column 'lower' to utf8mb4_unicode_ci, but in the 'email_address' table and not in the 'email' table.
            And that did the trick. The emails are now getting sent. :-)

            EDIT: Sorry for the missleady typo! The emails ARE getting sent
            Last edited by lucakuehne; 04-01-2020, 02:26 PM.

            Comment

            Working...
            X