private $mime_files = array( "html" => "text/html", "htm" => "text/html", "txt" => "text/plain", "rtf" => "text/enriched", "csv" => "text/tab-separated-values", "css" => "text/css", "gif" => "image/gif", "jpg" => "image/pjpeg", "png" => "image/png" );
Como posso fazer para ele enviar qualquer arquivo, ou então conseguir enviar os arquivos do word e Excel?