Hi,
Thank you for your feedback.
Try to add the code:
if(in_array($column, array('from_name', 'from_email', 'reply_name', 'reply_email')) && $config->get($column) == $value){
$value = '';
}
after the line:
hikashop_secureField($column);
in the file administrator/components/com_hikashop/classes/mail.php
That should avoid the problem so that if you don't change the email settings, the system won't save them so that if you change the default configuration later, it will be used automatically.
Let us know how it goes, that way, we can add that to the next version.