Une belle signature pour Thunderbird

From Deimos.fr / Bloc Notes Informatique
Jump to: navigation, search

1 Introduction

Je cherchais une belle signature pour Thunderbird. Faute de ne pas en avoir trouvé, j'en ai fait une en HTML.

2 Signature

Il suffit de mettre ça dans un fichier puis de la charger dans les paramètres de votre compte :

Configuration File ~/signature.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Pierre Mavro Signature</title>
</head>
<body>
 
<table>
<tr>
<td><hr></td>
</tr>
<tr>
<td><font face="Arial" size="2"><b>Pierre Mavro</b><br><br>System and Network Manager, Production</font></td>
</tr>
<tr>
<td><font face="Arial" size="2">Sysnet department</font><br><br></td>
</tr>
</table>
 
<table>
<tr>
<td><b><font face="Arial" color="#0000ff" size="2">Society</font></b></td>
</tr>
<tr>
<td><font face="Arial" color="#3366ff" size="1">address</font></td>
</tr>
<tr>
<td><font face="Arial" color="#3366ff" size="1">zip code - France</font></td>
</tr>
</table>
 
<table>
<tr>
<td><font face="Arial" color="#3366ff" size="1">Direct :</font></td>
<td><font face="Arial" color="#3366ff" size="1"><a href="callto://+33xxxxxxxxx">+33 x xx xx xx xx</a></font></td>
</tr>
<tr>
<td><font face="Arial" color="#3366ff" size="1">Switch :</font></td>
<td><font face="Arial" color="#3366ff" size="1"><a href="callto://+33xxxxxxxxx">+33 x xx xx xx xx</a></font></td>
</tr>
<tr>
<td><font face="Arial" color="#3366ff" size="1">Fax :</font></td>
<td><font face="Arial" color="#3366ff" size="1">+33 x xx xx xx xx</font></td>
</tr>
</table>
 
<table>
<tr>
<td><font face="Arial" size="1"><a href="mailto:pierre.mavro@mycompany.com">pierre.mavro@mycompany.com</a></font></td>
</tr>
<tr>
<td><br />
<font face="Arial" size="3"  color="green"><b>P </b></font>
<font face="Arial" size="1" color="green">Please consider the environment before printing this e-mail</font></td>
</tr>
</table>
 
</body>
</html>

Ce qui donne ceci :


Pierre Mavro

System and Network Manager, Production
Sysnet department

Society
address
zip code - France
Direct : +33 x xx xx xx xx
Switch : +33 x xx xx xx xx
Fax : +33 x xx xx xx xx
pierre.mavro@mycompany.com

P Please consider the environment before printing this e-mail