Hi, same problem solved adding headers to the wp_mail function in voucherpress.php
$headers = "From: YourName <[email protected]>\n";
wp_mail( trim($_POST["voucher_email"]), $voucher->name . " for " . trim($_POST["voucher_name"]), $message , $headers);