From @gildonei
A little bug:
- Add mailer class
- Fill a name with space
- Press Validate button (should be save button)
- Result: OK and Error (image 1)
- Will get an error when try to access mailer module again (image 2)


To access Mailer Module again, rename created file in project-folder/app/mail/"name with space".php to a name without space and, rename the className inside the file to remove spaces
see phpMv/ubiquity#56 (comment)
From @gildonei
A little bug:
To access Mailer Module again, rename created file in project-folder/app/mail/"name with space".php to a name without space and, rename the className inside the file to remove spaces
see phpMv/ubiquity#56 (comment)