Hi If you try to send email using CakeEmail in cakephp 2, CakeEmail will check the "To" email and give you error for invalid emails.
my question is how to disable this validation, I actually want to send wrong email format :) I have my SMTP (MS Exchange) configured to forward any email with predefined format (not correct email format) to some internal application. So currently I'm trying to send email to "[fax:NAME@456789098]" , any idea how to disable CakeEmail email validation ? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
