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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lucakuehne
    Senior Member
    • Feb 2016
    • 195

    #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

    • yuri
      Member
      • Mar 2014
      • 8495

      #17
      What mysql version do you have?
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      • lucakuehne
        Senior Member
        • Feb 2016
        • 195

        #18
        I'm running a MariaDB 10.3.16

        Comment

        • yuri
          Member
          • Mar 2014
          • 8495

          #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.
          If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

          Comment

          • lucakuehne
            Senior Member
            • Feb 2016
            • 195

            #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...