I'm a little bit confused.
Have read in an announcement in the past functionality of CMSMailer goes into the core.
Is there an access via CMSMS API available?
Why do I ask?
Made a look - yes, PHPMailer is inside /lib folder. And -> CMSMailer module is not installed (current beta2).
Now I want to know how is the right 2.0 way to access the mailer functionality.
Made a look to login.php (lost password functionality) - this file tries to get a CMSMailer module instance to send the lost password. But cause mailer module is not installed this action will fail.
Seems like a bug to me

Ideas?