Ciao a tutti,
ho implementato l'autoresponder sul un server di posta tramite vacation, il tutto funziona correttamente solo che ora ho l'esigenza di avere un messaggio di risposta in HTML...
Ecco la mia configurazione:
------> .vacation.msg
From: Test <test@mydomain.com>
Subject: Test
Content-Type: text/html; charset=ISO-8859-15
<html>
.....
.....
</html>
------> .forward
test.mydomain.com,"|/usr/bin/vacation -a test@mydomain.com-t0 test.mydomain.com"
In Thunderbird e GMAIL va tutto bene ma con Outlook vedo testo semplice, il problema sembra che non riceve il Content-Type (se visualizzo il messaggio non lo vedo, mentre con Thunderbird si), non ho settato correttamente il file .vacation.msg?
PS: Ho attivato il tutto con questo plugin di RoundCube: http://sourceforge.net/projects/rcubevacation/
Potete darmi una mano
Grazie