diff --git a/htdocs/core/class/html.formmail.class.php b/htdocs/core/class/html.formmail.class.php
index 1b310d4147c..85f49aabe8c 100644
--- a/htdocs/core/class/html.formmail.class.php
+++ b/htdocs/core/class/html.formmail.class.php
@@ -354,6 +354,10 @@ class FormMail
$out.= $this->toname;
}
$out.= ' <'.$this->tomail.'>';
+ if ($this->withtofree)
+ {
+ $out.= '
'.$langs->trans("or").' withto) :"").'" />';
+ }
}
else
{