is it possible to have the post image shown... instead of author avatar for new blog post notification email ?
$data[ 'blogIntro' ] = $this->intro;
$data[ 'blogContent' ] = $this->content;
$data[ 'blogIntro' ] = $this->intro;
$data[ 'blogContent' ] = $this->content;
$data['blogImage'] = $this->getImage() ? $this->getImage()->getSource('frontpage') : '';