PHP code snippet – How to increase wp mailster attachment size?
add_filter( 'mailster_attachments_max_filesize', function() { // Return 5MB return 1024 * 1024 * 5;} );
add_filter( 'mailster_attachments_max_filesize', function() { // Return 5MB return 1024 * 1024 * 5;} );