in 1.1 version the "store" mail been used. in 2.0.3 seems the "joomla" mail been used ! no way to configure than edit the file
com_virtuemart.2.0.2\components\com_virtuemart\views\askquestion\view.html.php
+- line 151
$this->subject = Jtext::_('COM_VIRTUEMART_QUESTION_ABOUT') . $this->product->product_name;
$this->vendorEmail= $this->user['email'];
//$this->vendorName= $this->user['email'];
if (VmConfig::get('order_mail_html')) {
$tpl = 'mail_html_question';
} else {
$tpl = 'mail_raw_question';
}
$this->setLayout($tpl);
parent::display( );
}
Where does it get the "$this->vendorEmail= $this->user['email'];" email ? not found the cfg box in control panel !
YOUR vendor will be IN your shoppers.