jdavidbakr / mail-tracker

Package for Laravel to inject tracking code into outgoing emails.
MIT License
570 stars 129 forks source link

Added ability to set custom content size limit from config file. #125

Closed pavelsosipovs closed 3 years ago

pavelsosipovs commented 3 years ago

Based on following issue: https://github.com/jdavidbakr/mail-tracker/issues/124 In short, added ability to set bigger length for content field.

pavelsosipovs commented 3 years ago

HI! As I see from errors log at https://travis-ci.com/github/jdavidbakr/mail-tracker/jobs/459433114, here is unrelated to my changes error. Some related to composer packages. Should we wait till you will fix it?

jdavidbakr commented 3 years ago

Looks like there was a package in the Travis script that is not Composer 2.0 compatible. I have removed it, please rebase on master and try again.

pavelsosipovs commented 3 years ago

All is done.

jdavidbakr commented 3 years ago

Thanks!