Custom mail delivery for Drupal 6

here's the summary Conversation with that Customer asking to replace Drupal mail system with a custom one:

Request: Please, replace Drupal mail system with another mail delivery system [php code]

Verifing requisites:

  • Do you have your custom sendmail php function?: Yes [in this case, we have a php function named "my_custom_send_mail" using the Amazon SES Web Service ]

AWS Perl README Italiano

Traduzione del README AWS tool
ultimo aggiornamento: 17 gen 2012

Questo sono scriupt di esempio mostrano come usare Amazon Email Service
(Amazon SES) dalla linea di comando.
Per approfondire, fare riferimento a Amazon SES Developer Guide

PREREQUISITI
-------------
Prima di eseguire questi scripts, bisogno verificare i seguenti requisiti:

* Devi avere un account Amazon Web Services, e devi inoltre registrarti per l'utilizzo di SES. Vedi Amazon SES Getting Started Guide per ulteriori dettagli

find and delete old files [usefull ...

find and delete old files [usefull for cache directories]

find sv -type f -mtime 2 -exec rm -fv {} \;
[command above find and delete verbosely files located inside the sv directory older than 2 days]

Working with multilingual geographical related werbsite ...

Working with multilingual, geographical related werbsite, I faced funny issues translation cities names. Here a sample list:

Nice [south france]: how to translate without confusing with the "nice" Adjective ?
Prato [italy , tuscany]: not to be confused with " Meadow " translation.
Reading [norther London]: not the gerund of  "to read" 
Grant [us]: not to be translated in Latin languages [italian, francois, espanol] with the "Concedere" verb 
Bad [german city], which is not bad at all

More to come, of course