Como aumentar o tamanho do anexo do WP Mailster
add_filter( 'mailster_attachments_max_filesize', function() { // Return 5MB return 1024 * 1024 * 5;} );
Creepy Cow