I'm using $window.open()
to send an e-mail to a specific destination, but I can't send it with an attachment or embedded image.
I have something like this:
$window.open('mailto:xxx@xxx.xx?subject=Subject&body=Body&attachment=http://images0.minutemediacdn.com/production/912x516/57ea81dce8f2a0c893000001.jpg');
Is there any away to solve this and send an e-mail with that picture (embedded or attach)?