add_filter( 'mailster_attachments_max_filesize', function() { // Return 5MB return 1024 * 1024 * 5;} );