diff --git a/src/main/resources/hudson/tasks/Mailer/UserProperty/config_it.properties b/src/main/resources/hudson/tasks/Mailer/UserProperty/config_it.properties
index 6fea4158..5adc5c74 100644
--- a/src/main/resources/hudson/tasks/Mailer/UserProperty/config_it.properties
+++ b/src/main/resources/hudson/tasks/Mailer/UserProperty/config_it.properties
@@ -1,6 +1,6 @@
# The MIT License
#
-# Copyright (c) 2004-2010, Sun Microsystems, Inc.
+# Copyright (C) 2004-2020, Sun Microsystems, Inc., Alessandro Menti
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -20,5 +20,6 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
-E-mail\ address=Indirizzo e-mail
-description=Il tuo indirizzo email, ad esempio joe.chin@sun.com
+description=L''indirizzo di posta elettronica, ad esempio \
+ joe.chin@sun.com
+E-mail\ address=Indirizzo di posta elettronica
diff --git a/src/main/resources/hudson/tasks/Mailer/config_it.properties b/src/main/resources/hudson/tasks/Mailer/config_it.properties
new file mode 100644
index 00000000..246cd997
--- /dev/null
+++ b/src/main/resources/hudson/tasks/Mailer/config_it.properties
@@ -0,0 +1,33 @@
+# The MIT License
+#
+# Copyright (C) 2020 Alessandro Menti
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to deal
+# in the Software without restriction, including without limitation the rights
+# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+# copies of the Software, and to permit persons to whom the Software is
+# furnished to do so, subject to the following conditions:
+#
+# The above copyright notice and this permission notice shall be included in
+# all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+# THE SOFTWARE.
+
+description=Un elenco separato da spazi degli indirizzi dei destinatari. Si \
+ pu\ufffd far riferimento a dei parametri di compilazione con il costrutto \
+ $PARAMETRO. I messaggi di posta elettronica saranno inviati al \
+ fallimento di una compilazione, qualora questa diventi instabile oppure \
+ torni stabile.
+Recipients=Destinatari
+Send\ e-mail\ for\ every\ unstable\ build=Invia un messaggio di posta \
+ elettronica per ogni compilazione non stabile
+Send\ separate\ e-mails\ to\ individuals\ who\ broke\ the\ build=Invia dei \
+ messaggi di posta elettronica individuali a coloro che hanno causato il \
+ fallimento della compilazione
diff --git a/src/main/resources/hudson/tasks/Mailer/global_it.properties b/src/main/resources/hudson/tasks/Mailer/global_it.properties
new file mode 100644
index 00000000..bfc3bee0
--- /dev/null
+++ b/src/main/resources/hudson/tasks/Mailer/global_it.properties
@@ -0,0 +1,36 @@
+# The MIT License
+#
+# Copyright (C) 2020 Alessandro Menti
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to deal
+# in the Software without restriction, including without limitation the rights
+# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+# copies of the Software, and to permit persons to whom the Software is
+# furnished to do so, subject to the following conditions:
+#
+# The above copyright notice and this permission notice shall be included in
+# all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+# THE SOFTWARE.
+
+Charset=Codifica
+Default\ user\ e-mail\ suffix=Suffisso predefinito per gli indirizzi di posta \
+ elettronica degli utenti
+E-mail\ Notification=Notifiche tramite posta elettronica
+Reply-To\ Address=Indirizzo "Rispondi a"
+SMTP\ Port=Porta SMTP
+SMTP\ server=Server SMTP
+Test\ configuration=Prova configurazione
+Test\ configuration\ by\ sending\ test\ e-mail=Prova la configurazione \
+ inviando un messaggio di posta elettronica di prova
+Test\ e-mail\ recipient=Destinatario messaggio di posta elettronica di prova
+Use\ SMTP\ Authentication=Utilizza autenticazione SMTP
+Use\ SSL=Utilizza SSL
+Use\ TLS=Utilizza TLS
diff --git a/src/main/resources/hudson/tasks/Mailer/help-authentication_it.html b/src/main/resources/hudson/tasks/Mailer/help-authentication_it.html
new file mode 100644
index 00000000..312a86c9
--- /dev/null
+++ b/src/main/resources/hudson/tasks/Mailer/help-authentication_it.html
@@ -0,0 +1,5 @@
+
+ Utilizza l'autenticazione SMTP durante l'invio dei messaggi di posta
+ elettronica. Se il proprio ambiente richiede l'utilizzo dell'autenticazione
+ SMTP, specificare qui il nome utente e la password da utilizzare.
+
diff --git a/src/main/resources/hudson/tasks/Mailer/help-defaultSuffix_it.html b/src/main/resources/hudson/tasks/Mailer/help-defaultSuffix_it.html
new file mode 100644
index 00000000..0e7054d7
--- /dev/null
+++ b/src/main/resources/hudson/tasks/Mailer/help-defaultSuffix_it.html
@@ -0,0 +1,9 @@
+
+ Se è possibile determinare automaticamente gli indirizzi di posta elettronica
+ dei propri utenti aggiungendo semplicemente un suffisso, lo si specifichi.
+ In caso contrario, si lasci il campo vuoto. Si noti che gli utenti possono
+ sempre eseguire l'override selettivo dell'indirizzo di posta elettronica. Ad
+ esempio, se questo campo è impostato a @acme.org, allora per
+ impostazione predefinita l'indirizzo di posta elettronica dell'utente
+ pippo sarà pippo@acme.org.
+
diff --git a/src/main/resources/hudson/tasks/Mailer/help-sendToIndividuals_it.html b/src/main/resources/hudson/tasks/Mailer/help-sendToIndividuals_it.html
new file mode 100644
index 00000000..8097d68e
--- /dev/null
+++ b/src/main/resources/hudson/tasks/Mailer/help-sendToIndividuals_it.html
@@ -0,0 +1,12 @@
+
+ Se quest'opzione è selezionata, il messaggio di posta elettronica di notifica
+ sarà inviato agli autori dei commit della compilazione fallita (in quanto si
+ assume che siano state tali modifiche a causare il fallimento della
+ compilazione).
+
+ Se sono stati specificati degli indirizzi di posta elettronica anche
+ nell'elenco dei destinatari, allora sia gli autori dei commit sia gli
+ indirizzi specificati riceveranno il messaggio di posta elettronica di
+ notifica. Se l'elenco dei destinatari è vuoto, solo gli autori riceveranno i
+ messaggi di posta elettronica.
+
diff --git a/src/main/resources/hudson/tasks/Mailer/help-smtpPort_it.html b/src/main/resources/hudson/tasks/Mailer/help-smtpPort_it.html
new file mode 100644
index 00000000..636ab212
--- /dev/null
+++ b/src/main/resources/hudson/tasks/Mailer/help-smtpPort_it.html
@@ -0,0 +1,4 @@
+
+ Il numero della porta del server di posta. Lasciare il campo vuoto per
+ utilizzare la porta predefinita per il protocollo.
+
diff --git a/src/main/resources/hudson/tasks/Mailer/help-smtpServer_it.html b/src/main/resources/hudson/tasks/Mailer/help-smtpServer_it.html
new file mode 100644
index 00000000..2de1499d
--- /dev/null
+++ b/src/main/resources/hudson/tasks/Mailer/help-smtpServer_it.html
@@ -0,0 +1,11 @@
+
+ Il nome del server di posta. Lasciare il campo vuoto per utilizzare il
+ server predefinito (normalmente, quello in esecuzione su localhost).
+
+
+ Jenkins utilizza JavaMail per inviare i messaggi di posta elettronica, e
+ JavaMail consente di specificare impostazioni aggiuntive da fornire come
+ proprietà di sistema al container. Si veda
+ questo documento per
+ un elenco dei possibili valori e dei relativi effetti.
+
diff --git a/src/main/resources/hudson/tasks/Mailer/help-useSsl_it.html b/src/main/resources/hudson/tasks/Mailer/help-useSsl_it.html
new file mode 100644
index 00000000..24476f33
--- /dev/null
+++ b/src/main/resources/hudson/tasks/Mailer/help-useSsl_it.html
@@ -0,0 +1,10 @@
+
+ Specifica se utilizzare o meno SSL per connettersi al server SMTP. La
+ porta predefinita utilizzata è la 465.
+
+
+ È possibile configurare altre opzioni avanzate impostando delle proprietà di
+ sistema. Si veda
+ questo documento per un elenco dei possibili valori e dei relativi
+ effetti.
+
diff --git a/src/main/resources/hudson/tasks/Mailer/help_it.html b/src/main/resources/hudson/tasks/Mailer/help_it.html
new file mode 100644
index 00000000..218bd5d6
--- /dev/null
+++ b/src/main/resources/hudson/tasks/Mailer/help_it.html
@@ -0,0 +1,22 @@
+
+ Se configurato, Jenkins invierà un messaggio di posta elettronica ai
+ destinatari selezionati al verificarsi di un certo evento importante.
+
+
+ - Ogni compilazione non riuscita scatena un nuovo messaggio di posta
+ elettronica.
+
- Una compilazione riuscita che ne segue una non riuscita (o instabile)
+ scatena un nuovo messaggio di posta elettronica che indica che un
+ momento di crisi è terminato.
+
- Una compilazione instabile che ne segue una riuscita scatena un nuovo
+ messaggio di posta elettronica che indica che si è verificata una
+ regressione.
+
- A meno che non si sia adottata una diversa configurazione, ogni
+ compilazione instabile scatena un nuovo messaggio di posta elettronica
+ che indica che la regressione è ancora presente.
+
+
+ Per i progetti in cui le compilazioni instabili sono la norma,
+ deselezionare l'opzione "Invia un messaggio di posta elettronica per ogni
+ compilazione non stabile".
+
diff --git a/src/main/resources/hudson/tasks/SMTPAuthentication/config_it.properties b/src/main/resources/hudson/tasks/SMTPAuthentication/config_it.properties
new file mode 100644
index 00000000..604b5ff7
--- /dev/null
+++ b/src/main/resources/hudson/tasks/SMTPAuthentication/config_it.properties
@@ -0,0 +1,24 @@
+# The MIT License
+#
+# Copyright (C) 2020 Alessandro Menti
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to deal
+# in the Software without restriction, including without limitation the rights
+# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+# copies of the Software, and to permit persons to whom the Software is
+# furnished to do so, subject to the following conditions:
+#
+# The above copyright notice and this permission notice shall be included in
+# all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+# THE SOFTWARE.
+
+User\ Name=Nome utente
+Password=Password
diff --git a/src/main/resources/jenkins/plugins/mailer/tasks/i18n/Messages_it.properties b/src/main/resources/jenkins/plugins/mailer/tasks/i18n/Messages_it.properties
index 6d8eaf1f..75cbfa66 100644
--- a/src/main/resources/jenkins/plugins/mailer/tasks/i18n/Messages_it.properties
+++ b/src/main/resources/jenkins/plugins/mailer/tasks/i18n/Messages_it.properties
@@ -1 +1,59 @@
-MailCommand.ShortDescription=Legge lo standard input e lo invia come messaggio di posta elettronica.
+# The MIT License
+#
+# Copyright (C) 2018 - 2020 Oleg Nenashev, Alessandro Menti
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to deal
+# in the Software without restriction, including without limitation the rights
+# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+# copies of the Software, and to permit persons to whom the Software is
+# furnished to do so, subject to the following conditions:
+#
+# The above copyright notice and this permission notice shall be included in
+# all copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+# THE SOFTWARE.
+
+MailCommand.ShortDescription=Legge lo standard input e lo invia come \
+ messaggio di posta elettronica.
+Mailer.DisplayName=Notifiche tramite posta elettronica
+Mailer.EmailSentSuccessfully=Il messaggio \ufffd stato inviato con successo
+Mailer.FailedToSendEmail=Errore durante l''invio del messaggio
+Mailer.Suffix.Error=Il valore di questo campo deve essere "@" seguito da un \
+ nome di dominio.
+Mailer.TestMail.Content=Questo \ufffd il messaggio di posta elettronica di \
+ prova numero {0} inviato da {1}
+Mailer.TestMail.Subject=Messaggio di posta elettronica di prova numero {0}
+Mailer.Unknown.Host.Name=Nome host sconosciuto:
+Mailer.UserProperty.DisplayName=Posta elettronica
+MailSender.BackToNormalMail.Subject=La compilazione Jenkins \ufffd tornata {0}:
+MailSender.BackToNormal.Normal=normale
+MailSender.BackToNormal.Stable=stabile
+MailSender.FailureMail.Changes=Modifiche:
+MailSender.FailureMail.FailedToAccessBuildLog=Errore di accesso al log della \
+ compilazione
+MailSender.FailureMail.Subject=La compilazione Jenkins non \ufffd riuscita:
+MailSender.Link=Si veda <{0}>
+MailSender.ListEmpty=Tentativo di invio di un messaggio di posta elettronica \
+ a un elenco di destinatari vuoto ignorato.
+MailSender.NoAddress=Invio del messaggio di posta elettronica a {0} non \
+ riuscito perch\ufffd non \ufffd noto nessun indirizzo e non \ufffd stato \
+ configurato alcun dominio di posta elettronica predefinito.
+MailSender.unknown_user=Non invio un messaggio all''utente non registrato {0}
+MailSender.UnstableMail.StillUnstable.Subject=La compilazione Jenkins \ufffd \
+ ancora instabile:
+MailSender.UnstableMail.Subject=La compilazione Jenkins \ufffd instabile:
+MailSender.UnstableMail.ToUnStable.Subject=La compilazione Jenkins \ufffd \
+ diventata instabile:
+MailSender.user_without_read=Non invio un messaggio all''utente {0} \
+ perch\ufffd non ha il permesso di visualizzare {1}
+MailSender.warning_unknown_user=Avviso: {0} non \ufffd un utente riconosciuto, \
+ invio comunque il messaggio di posta elettronica
+MailSender.warning_user_without_read=Avviso: l''utente {0} non ha il permesso \
+ di visualizzare {1}, invio comunque il messaggio di posta elettronica