Subject: | Email::Store::Attachment database creation incorrect |
Email::Store::Attachment has its db declaration incorrect, mail needs to be a varchar(255) not an int. (It points to message_id in the mail table which is a varchar(255)).
Thanks
Matthew