I’ve installed a fresh copy of EE Personal 1.6.1 on two different sites and was hoping to be able to send out some HTML emails but I’ve encountered some bugs (on both installs), both of which seem to be fixed very simply.
First, when I go to add email addresses to a list, I get a MySQL error about the ip_address field not existing in the exp_mailing_list table. It’s easy enough to fix though, I just added a varchar(50) field called ip_address to that table, but it seems like something that should have already been done.
Secondly, on a site I set up yesterday I was messing with the email preferences and changed it to send out HTML formatted emails. I go to send an email it it gives me an “Unable to send email at this time.” error. I check it today, and it works fine. Plain text emails work immediately. but it seems for some reason it takes several hours or a day for the HTML email setting to work properly.
