Project

General

Profile

« Previous | Next » 

Revision 907

Added by doc almost 16 years ago

updated external PHPMailer class to latest version (v2.3)

View differences:

trunk/CHANGELOG
11 11
! = Update/Change
12 12

  
13 13
------------------------------------- 2.8.0 --------------------------------------
14
13-Jan-2009 Christian Sommer
15
!	updated external PHPMailer class to latest version (v2.3)
14 16
08-Jan-2009 Christian Sommer
15 17
#	fixed error message in admin class if type array not defined
16 18
05-Jan-2009 Dietrich Roland Pehlke
trunk/wb/include/phpmailer/language/phpmailer.lang-ja.php
1
<?php
2
/**
3
 * PHPMailer language file.  
4
 * Japanese Version
5
 * By Mitsuhiro Yoshida - http://mitstek.com/
6
 * This file is written in EUC-JP.
7
 */
8

  
9
$PHPMAILER_LANG = array();
10

  
11
$PHPMAILER_LANG["provide_address"] = '???ʤ??Ȥ?1?ĥ᡼?륢?ɥ쥹??' .
12
                                     '???ꤹ??ɬ?פ?????ޤ???';
13
$PHPMAILER_LANG["mailer_not_supported"] = ' ?᡼?顼?????ݡ??Ȥ???Ƥ??ޤ???';
14
$PHPMAILER_LANG["execute"] = '?¹ԤǤ??ޤ???Ǥ???: ';
15
$PHPMAILER_LANG["instantiate"] = '?᡼??ؿ????????ư??ޤ???Ǥ?????';
16
$PHPMAILER_LANG["authenticate"] = 'SMTP???顼: ǧ?ڤǤ??ޤ???Ǥ?????';
17
$PHPMAILER_LANG["from_failed"] = '????From???ɥ쥹?˴ְ㤤??????ޤ?: ';
18
$PHPMAILER_LANG["recipients_failed"] = 'SMTP???顼: ???μ????ԥ??ɥ쥹?? ' .
19
                                       '?ְ㤤??????ޤ?: ';
20
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP???顼: ?ǡ??????????դ????ޤ???Ǥ?????';
21
$PHPMAILER_LANG["connect_host"] = 'SMTP???顼: SMTP?ۥ??Ȥ???³?Ǥ??ޤ???Ǥ?????';
22
$PHPMAILER_LANG["file_access"] = '?ե?????˥????????Ǥ??ޤ???: ';
23
$PHPMAILER_LANG["file_open"] = '?ե????륨?顼: ?ե?????򳫤??ޤ???: ';
24
$PHPMAILER_LANG["encoding"] = '?????ʥ??󥳡??ǥ???: ';
25
?>
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Japanese Version
5
 * By Mitsuhiro Yoshida - http://mitstek.com/
6
 * This file is written in EUC-JP.
7
 */
8

9
$PHPMAILER_LANG = array();
10

11
$PHPMAILER_LANG["provide_address"]      = '??????????1??????????????????' .
12
                                          '????????????????????????';
13
$PHPMAILER_LANG["mailer_not_supported"] = ' ??????????????????????????????????';
14
$PHPMAILER_LANG["execute"]              = '????????????????????: ';
15
$PHPMAILER_LANG["instantiate"]          = '??????????????????????????????????????';
16
$PHPMAILER_LANG["authenticate"]         = 'SMTP??????: ??????????????????????';
17
$PHPMAILER_LANG["from_failed"]          = '????From??????????????????????????: ';
18
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP??????: ???????????????????? ' .
19
                                          '????????????????: ';
20
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP??????: ??????????????????????????????????';
21
$PHPMAILER_LANG["connect_host"]         = 'SMTP??????: SMTP??????????????????????????????';
22
$PHPMAILER_LANG["file_access"]          = '????????????????????????????: ';
23
$PHPMAILER_LANG["file_open"]            = '??????????????: ????????????????????: ';
24
$PHPMAILER_LANG["encoding"]             = '??????????????????????: ';
25
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
26

27
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-dk.php
1
<?php
2
/**
3
 * PHPMailer language file.  
4
 * Danish Version
5
 * Author: Mikael Stokkebro <info@stokkebro.dk>
6
 */
7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG["provide_address"] = 'Du skal indtaste mindst en ' .
11
                                     'modtagers emailadresse.';
12
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer underst?ttes ikke.';
13
$PHPMAILER_LANG["execute"] = 'Kunne ikke k?re: ';
14
$PHPMAILER_LANG["instantiate"] = 'Kunne ikke initialisere email funktionen.';
15
$PHPMAILER_LANG["authenticate"] = 'SMTP fejl: Kunne ikke logge p?.';
16
$PHPMAILER_LANG["from_failed"] = 'F?lgende afsenderadresse er forkert: ';
17
$PHPMAILER_LANG["recipients_failed"] = 'SMTP fejl: F?lgende' .
18
                                       'modtagere er forkerte: ';
19
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP fejl: Data kunne ikke accepteres.';
20
$PHPMAILER_LANG["connect_host"] = 'SMTP fejl: Kunne ikke tilslutte SMTP serveren.';
21
$PHPMAILER_LANG["file_access"] = 'Ingen adgang til fil: ';
22
$PHPMAILER_LANG["file_open"] = 'Fil fejl: Kunne ikke ?bne filen: ';
23
$PHPMAILER_LANG["encoding"] = 'Ukendt encode-format: ';
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Danish Version
5
 * Author: Mikael Stokkebro <info@stokkebro.dk?> */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"]      = 'Du skal indtaste mindst en ' .
10
                                          'modtagers emailadresse.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer understøttes ikke.';
12
$PHPMAILER_LANG["execute"]              = 'Kunne ikke køre: ';
13
$PHPMAILER_LANG["instantiate"]          = 'Kunne ikke initialisere email funktionen.';
14
$PHPMAILER_LANG["authenticate"]         = 'SMTP fejl: Kunne ikke logge på.';
15
$PHPMAILER_LANG["from_failed"]          = 'Følgende afsenderadresse er forkert: ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP fejl: Følgende' .
17
                                          'modtagere er forkerte: ';
18
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP fejl: Data kunne ikke accepteres.';
19
$PHPMAILER_LANG["connect_host"]         = 'SMTP fejl: Kunne ikke tilslutte SMTP serveren.';
20
$PHPMAILER_LANG["file_access"]          = 'Ingen adgang til fil: ';
21
$PHPMAILER_LANG["file_open"]            = 'Fil fejl: Kunne ikke åbne filen: ';
22
$PHPMAILER_LANG["encoding"]             = 'Ukendt encode-format: ';
23
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
24

  
24 25
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-fi.php
1
<?php
2
/**
3
 * PHPMailer language file.  
4
 * Finnish Version
5
 * By Jyry Kuukanen
6
 */
7

  
8
$PHPMAILER_LANG = array(); 
9

  
10
$PHPMAILER_LANG["provide_address"] = 'Aseta v&auml;hint&auml;&auml;n yksi vastaanottajan ' . 
11
                                     's&auml;hk&ouml;postiosoite.'; 
12
$PHPMAILER_LANG["mailer_not_supported"] = 'postiv&auml;litintyyppi&auml; ei tueta.'; 
13
$PHPMAILER_LANG["execute"] = 'Suoritus ep&auml;onnistui: '; 
14
$PHPMAILER_LANG["instantiate"] = 'mail-funktion luonti ep&auml;onnistui.'; 
15
$PHPMAILER_LANG["authenticate"] = 'SMTP-virhe: k&auml;ytt&auml;j&auml;tunnistus ep&auml;onnistui.'; 
16
$PHPMAILER_LANG["from_failed"] = 'Seuraava l&auml;hett&auml;j&auml;n osoite on virheellinen: '; 
17
$PHPMAILER_LANG["recipients_failed"] = 'SMTP-virhe: seuraava vastaanottaja osoite on virheellinen.'; 
18
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP-virhe: data on virheellinen.'; 
19
$PHPMAILER_LANG["connect_host"] = 'SMTP-virhe: yhteys palvelimeen ei onnistu.'; 
20
$PHPMAILER_LANG["file_access"] = 'Seuraavaan tiedostoon ei ole oikeuksia: '; 
21
$PHPMAILER_LANG["file_open"] = 'Tiedostovirhe: Ei voida avata tiedostoa: '; 
22
$PHPMAILER_LANG["encoding"] = 'Tuntematon koodaustyyppi: '; 
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Finnish Version
5
 * By Jyry Kuukanen
6
 */
7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG["provide_address"]      = 'Aseta v&auml;hint&auml;&auml;n yksi vastaanottajan ' .
11
                                          's&auml;hk&ouml;postiosoite.';
12
$PHPMAILER_LANG["mailer_not_supported"] = 'postiv&auml;litintyyppi&auml; ei tueta.';
13
$PHPMAILER_LANG["execute"]              = 'Suoritus ep&auml;onnistui: ';
14
$PHPMAILER_LANG["instantiate"]          = 'mail-funktion luonti ep&auml;onnistui.';
15
$PHPMAILER_LANG["authenticate"]         = 'SMTP-virhe: k&auml;ytt&auml;j&auml;tunnistus ep&auml;onnistui.';
16
$PHPMAILER_LANG["from_failed"]          = 'Seuraava l&auml;hett&auml;j&auml;n osoite on virheellinen: ';
17
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP-virhe: seuraava vastaanottaja osoite on virheellinen.';
18
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP-virhe: data on virheellinen.';
19
$PHPMAILER_LANG["connect_host"]         = 'SMTP-virhe: yhteys palvelimeen ei onnistu.';
20
$PHPMAILER_LANG["file_access"]          = 'Seuraavaan tiedostoon ei ole oikeuksia: ';
21
$PHPMAILER_LANG["file_open"]            = 'Tiedostovirhe: Ei voida avata tiedostoa: ';
22
$PHPMAILER_LANG["encoding"]             = 'Tuntematon koodaustyyppi: ';
23
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
24

  
23 25
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-en.php
1
<?php
2
/**
3
 * PHPMailer language file.  
4
 * English Version
5
 */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"] = 'You must provide at least one ' .
10
                                     'recipient email address.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer is not supported.';
12
$PHPMAILER_LANG["execute"] = 'Could not execute: ';
13
$PHPMAILER_LANG["instantiate"] = 'Could not instantiate mail function.';
14
$PHPMAILER_LANG["authenticate"] = 'SMTP Error: Could not authenticate.';
15
$PHPMAILER_LANG["from_failed"] = 'The following From address failed: ';
16
$PHPMAILER_LANG["recipients_failed"] = 'SMTP Error: The following ' .
17
                                       'recipients failed: ';
18
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP Error: Data not accepted.';
19
$PHPMAILER_LANG["connect_host"] = 'SMTP Error: Could not connect to SMTP host.';
20
$PHPMAILER_LANG["file_access"] = 'Could not access file: ';
21
$PHPMAILER_LANG["file_open"] = 'File Error: Could not open file: ';
22
$PHPMAILER_LANG["encoding"] = 'Unknown encoding: ';
23
?>
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * English Version
5
 */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"]      = 'You must provide at least one ' .
10
                                          'recipient email address.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer is not supported.';
12
$PHPMAILER_LANG["execute"]              = 'Could not execute: ';
13
$PHPMAILER_LANG["instantiate"]          = 'Could not instantiate mail function.';
14
$PHPMAILER_LANG["authenticate"]         = 'SMTP Error: Could not authenticate.';
15
$PHPMAILER_LANG["from_failed"]          = 'The following From address failed: ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP Error: The following ' .
17
                                          'recipients failed: ';
18
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP Error: Data not accepted.';
19
$PHPMAILER_LANG["connect_host"]         = 'SMTP Error: Could not connect to SMTP host.';
20
$PHPMAILER_LANG["file_access"]          = 'Could not access file: ';
21
$PHPMAILER_LANG["file_open"]            = 'File Error: Could not open file: ';
22
$PHPMAILER_LANG["encoding"]             = 'Unknown encoding: ';
23
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
24

  
25
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-br.php
1
<?php
2
/**
3
 * PHPMailer language file.  
4
 * Portuguese Version
5
 * By Paulo Henrique Garcia - paulo@controllerweb.com.br
6
 */
7

  
8
$PHPMAILER_LANG = array();
9
$PHPMAILER_LANG["provide_address"] = 'Voc? deve fornecer pelo menos um endere?o de destinat?rio de email.';
10
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer n?o suportado.';
11
$PHPMAILER_LANG["execute"] = 'N?o foi poss?vel executar: ';
12
$PHPMAILER_LANG["instantiate"] = 'N?o foi poss?vel instanciar a fun??o mail.';
13
$PHPMAILER_LANG["authenticate"] = 'Erro de SMTP: N?o foi poss?vel autenticar.';
14
$PHPMAILER_LANG["from_failed"] = 'Os endere?os de rementente a seguir falharam: ';
15
$PHPMAILER_LANG["recipients_failed"] = 'Erro de SMTP: Os endere?os de destinat?rio a seguir falharam: ';
16
$PHPMAILER_LANG["data_not_accepted"] = 'Erro de SMTP: Dados n?o aceitos.';
17
$PHPMAILER_LANG["connect_host"] = 'Erro de SMTP: N?o foi poss?vel conectar com o servidor SMTP.';
18
$PHPMAILER_LANG["file_access"] = 'N?o foi poss?vel acessar o arquivo: ';
19
$PHPMAILER_LANG["file_open"] = 'Erro de Arquivo: N?o foi poss?vel abrir o arquivo: ';
20
$PHPMAILER_LANG["encoding"] = 'Codifica??o desconhecida: ';
21
?>
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Portuguese Version
5
 * By Paulo Henrique Garcia - paulo@controllerweb.com.br
6
 */
7

  
8
$PHPMAILER_LANG = array();
9
$PHPMAILER_LANG["provide_address"]      = 'Você deve fornecer pelo menos um endereço de destinatário de email.';
10
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer não suportado.';
11
$PHPMAILER_LANG["execute"]              = 'Não foi possível executar: ';
12
$PHPMAILER_LANG["instantiate"]          = 'Não foi possível instanciar a função mail.';
13
$PHPMAILER_LANG["authenticate"]         = 'Erro de SMTP: Não foi possível autenticar.';
14
$PHPMAILER_LANG["from_failed"]          = 'Os endereços de rementente a seguir falharam: ';
15
$PHPMAILER_LANG["recipients_failed"]    = 'Erro de SMTP: Os endereços de destinatário a seguir falharam: ';
16
$PHPMAILER_LANG["data_not_accepted"]    = 'Erro de SMTP: Dados não aceitos.';
17
$PHPMAILER_LANG["connect_host"]         = 'Erro de SMTP: Não foi possível conectar com o servidor SMTP.';
18
$PHPMAILER_LANG["file_access"]          = 'Não foi possível acessar o arquivo: ';
19
$PHPMAILER_LANG["file_open"]            = 'Erro de Arquivo: Não foi possível abrir o arquivo: ';
20
$PHPMAILER_LANG["encoding"]             = 'Codificação desconhecida: ';
21
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
22

  
23
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-fo.php
1
<?php
-
2
/**
-
3
 * PHPMailer language file.  
-
4
 * Faroese Version [language of the Faroe Islands, a Danish dominion]
-
5
 * This file created: 11-06-2004
-
6
 * Supplied by D?vur S?rensen [www.profo-webdesign.dk]
-
7
 */
-
8
-
9
$PHPMAILER_LANG = array();
-
10
-
11
$PHPMAILER_LANG["provide_address"] = 'T? skal uppgeva minst ' .
-
12
                                     'm?ttakara-emailadressu(r).';
-
13
$PHPMAILER_LANG["mailer_not_supported"] = ' er ikki supportera?.';
-
14
$PHPMAILER_LANG["execute"] = 'Kundi ikki ?tf?ra: ';
-
15
$PHPMAILER_LANG["instantiate"] = 'Kuni ikki instantiera mail funkti?n.';
-
16
$PHPMAILER_LANG["authenticate"] = 'SMTP feilur: Kundi ikki g??kenna.';
-
17
$PHPMAILER_LANG["from_failed"] = 'fylgjandi Fr?/From adressa miseydna?ist: ';
-
18
$PHPMAILER_LANG["recipients_failed"] = 'SMTP Feilur: Fylgjandi ' .
-
19
                                       'm?ttakarar miseydna?ust: ';
-
20
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP feilur: Data ikki g??kent.';
-
21
$PHPMAILER_LANG["connect_host"] = 'SMTP feilur: Kundi ikki kn?ta samband vi? SMTP vert.';
-
22
$PHPMAILER_LANG["file_access"] = 'Kundi ikki tilganga f?lu: ';
-
23
$PHPMAILER_LANG["file_open"] = 'F?lu feilur: Kundi ikki opna f?lu: ';
-
24
$PHPMAILER_LANG["encoding"] = '?kend encoding: ';
-
25
?>
-
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Faroese Version [language of the Faroe Islands, a Danish dominion]
5
 * This file created: 11-06-2004
6
 * Supplied by Dávur Sørensen [www.profo-webdesign.dk]
7
 */
8

  
9
$PHPMAILER_LANG = array();
10

  
11
$PHPMAILER_LANG["provide_address"]      = 'Tú skal uppgeva minst ' .
12
                                          'móttakara-emailadressu(r).';
13
$PHPMAILER_LANG["mailer_not_supported"] = ' er ikki supporterað.';
14
$PHPMAILER_LANG["execute"]              = 'Kundi ikki útføra: ';
15
$PHPMAILER_LANG["instantiate"]          = 'Kuni ikki instantiera mail funktión.';
16
$PHPMAILER_LANG["authenticate"]         = 'SMTP feilur: Kundi ikki góðkenna.';
17
$PHPMAILER_LANG["from_failed"]          = 'fylgjandi Frá/From adressa miseydnaðist: ';
18
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP Feilur: Fylgjandi ' .
19
                                          'móttakarar miseydnaðust: ';
20
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP feilur: Data ikki góðkent.';
21
$PHPMAILER_LANG["connect_host"]         = 'SMTP feilur: Kundi ikki knýta samband við SMTP vert.';
22
$PHPMAILER_LANG["file_access"]          = 'Kundi ikki tilganga fílu: ';
23
$PHPMAILER_LANG["file_open"]            = 'Fílu feilur: Kundi ikki opna fílu: ';
24
$PHPMAILER_LANG["encoding"]             = 'Ókend encoding: ';
25
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
26

  
27
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-se.php
1
<?php
2
/**
3
 * PHPMailer language file.  
4
 * Swedish Version
5
 * Author: Johan Linn?r <johan@linner.biz>
6
 */
7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG["provide_address"] = 'Du m?ste ange minst en ' .
11
                                     'mottagares e-postadress.';
12
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer st?ds inte.';
13
$PHPMAILER_LANG["execute"] = 'Kunde inte k?ra: ';
14
$PHPMAILER_LANG["instantiate"] = 'Kunde inte initiera e-postfunktion.';
15
$PHPMAILER_LANG["authenticate"] = 'SMTP fel: Kunde inte autentisera.';
16
$PHPMAILER_LANG["from_failed"] = 'F?ljande avs?ndaradress ?r felaktig: ';
17
$PHPMAILER_LANG["recipients_failed"] = 'SMTP fel: F?ljande ' .
18
                                       'mottagare ?r felaktig: ';
19
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP fel: Data accepterades inte.';
20
$PHPMAILER_LANG["connect_host"] = 'SMTP fel: Kunde inte ansluta till SMTP-server.';
21
$PHPMAILER_LANG["file_access"] = 'Ingen ?tkomst till fil: ';
22
$PHPMAILER_LANG["file_open"] = 'Fil fel: Kunde inte ?ppna fil: ';
23
$PHPMAILER_LANG["encoding"] = 'Ok?nt encode-format: ';
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Swedish Version
5
 * Author: Johan Linn?r <johan@linner.biz?> */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"]      = 'Du m?ste ange minst en ' .
10
                                          'mottagares e-postadress.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer st?ds inte.';
12
$PHPMAILER_LANG["execute"]              = 'Kunde inte k?ra: ';
13
$PHPMAILER_LANG["instantiate"]          = 'Kunde inte initiera e-postfunktion.';
14
$PHPMAILER_LANG["authenticate"]         = 'SMTP fel: Kunde inte autentisera.';
15
$PHPMAILER_LANG["from_failed"]          = 'F?ljande avs?ndaradress ?r felaktig: ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP fel: F?ljande ' .
17
                                          'mottagare ?r felaktig: ';
18
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP fel: Data accepterades inte.';
19
$PHPMAILER_LANG["connect_host"]         = 'SMTP fel: Kunde inte ansluta till SMTP-server.';
20
$PHPMAILER_LANG["file_access"]          = 'Ingen ?tkomst till fil: ';
21
$PHPMAILER_LANG["file_open"]            = 'Fil fel: Kunde inte ?ppna fil: ';
22
$PHPMAILER_LANG["encoding"]             = 'Ok?nt encode-format: ';
23
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
24

  
24 25
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-es.php
1
<?php
2
/**
3
 * PHPMailer language file.  
4
 * Versi?n en espa?ol
5
 */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"] = 'Debe proveer al menos una ' .
10
                                     'direcci?n de email como destinatario.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer no est? soportado.';
12
$PHPMAILER_LANG["execute"] = 'No puedo ejecutar: ';
13
$PHPMAILER_LANG["instantiate"] = 'No pude crear una instancia de la funci?n Mail.';
14
$PHPMAILER_LANG["authenticate"] = 'Error SMTP: No se pudo autentificar.';
15
$PHPMAILER_LANG["from_failed"] = 'La(s) siguiente(s) direcciones de remitente fallaron: ';
16
$PHPMAILER_LANG["recipients_failed"] = 'Error SMTP: Los siguientes ' .
17
                                       'destinatarios fallaron: ';
18
$PHPMAILER_LANG["data_not_accepted"] = 'Error SMTP: Datos no aceptados.';
19
$PHPMAILER_LANG["connect_host"] = 'Error SMTP: No puedo conectar al servidor SMTP.';
20
$PHPMAILER_LANG["file_access"] = 'No puedo acceder al archivo: ';
21
$PHPMAILER_LANG["file_open"] = 'Error de Archivo: No puede abrir el archivo: ';
22
$PHPMAILER_LANG["encoding"] = 'Codificaci?n desconocida: ';
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Versi?n en espa?ol
5
 */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"]      = 'Debe proveer al menos una ' .
10
                                          'direcci?n de email como destinatario.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer no est? soportado.';
12
$PHPMAILER_LANG["execute"]              = 'No puedo ejecutar: ';
13
$PHPMAILER_LANG["instantiate"]          = 'No pude crear una instancia de la funci?n Mail.';
14
$PHPMAILER_LANG["authenticate"]         = 'Error SMTP: No se pudo autentificar.';
15
$PHPMAILER_LANG["from_failed"]          = 'La(s) siguiente(s) direcciones de remitente fallaron: ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'Error SMTP: Los siguientes ' .
17
                                          'destinatarios fallaron: ';
18
$PHPMAILER_LANG["data_not_accepted"]    = 'Error SMTP: Datos no aceptados.';
19
$PHPMAILER_LANG["connect_host"]         = 'Error SMTP: No puedo conectar al servidor SMTP.';
20
$PHPMAILER_LANG["file_access"]          = 'No puedo acceder al archivo: ';
21
$PHPMAILER_LANG["file_open"]            = 'Error de Archivo: No puede abrir el archivo: ';
22
$PHPMAILER_LANG["encoding"]             = 'Codificaci?n desconocida: ';
23
$PHPMAILER_LANG["signing"]              = 'Error al firmar: ';
24

  
23 25
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-fr.php
1
<?php
2
/**
3
 * PHPMailer language file.  
4
 * French Version
5
 * bruno@ioda-net.ch 09.08.2003
6
 */
7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG["provide_address"] = 'Vous devez fournir au moins ' .
11
                                     'une adresse de destinataire.';
12
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer non support?.';
13
$PHPMAILER_LANG["execute"] = 'Ne peut pas lancer l\'ex?cution: ';
14
$PHPMAILER_LANG["instantiate"] = 'Impossible d\'instancier la fonction mail.';
15
$PHPMAILER_LANG["authenticate"] = 'SMTP Erreur: Echec de l\'authentification.';
16
$PHPMAILER_LANG["from_failed"] = 'L\'adresse From suivante a ?chou? : ';
17
$PHPMAILER_LANG["recipients_failed"] = 'SMTP Erreur: Les destinataires ' .
18
                                       'suivants sont en erreur : ';
19
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP Erreur: Data non accept?e.';
20
$PHPMAILER_LANG["connect_host"] = 'SMTP Erreur: Impossible de connecter le serveur SMTP .';
21
$PHPMAILER_LANG["file_access"] = 'N\'arrive pas ? acc?der au fichier: ';
22
$PHPMAILER_LANG["file_open"] = 'Erreur Fichier: ouverture impossible: ';
23
$PHPMAILER_LANG["encoding"] = 'Encodage inconnu: ';
24
?>
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * French Version
5
 */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"]      = 'Vous devez fournir au moins une ' .
10
                                          'adresse de destinataire.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' client de messagerie non supporté.';
12
$PHPMAILER_LANG["execute"]              = 'Impossible de lancer l\'exécution : ';
13
$PHPMAILER_LANG["instantiate"]          = 'Impossible d\'instancier la fonction mail.';
14
$PHPMAILER_LANG["authenticate"]         = 'Erreur SMTP : Echec de l\'authentification.';
15
$PHPMAILER_LANG["from_failed"]          = 'L\'adresse d\'expéditeur suivante a échouée : ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'Erreur SMTP : Les destinataires ' .
17
                                          'suivants sont en erreur : ';
18
$PHPMAILER_LANG["data_not_accepted"]    = 'Erreur SMTP : Données incorrects.';
19
$PHPMAILER_LANG["connect_host"]         = 'Erreur SMTP : Impossible de se connecter au serveur SMTP.';
20
$PHPMAILER_LANG["file_access"]          = 'Impossible d\'accéder au fichier : ';
21
$PHPMAILER_LANG["file_open"]            = 'Erreur Fichier : ouverture impossible : ';
22
$PHPMAILER_LANG["encoding"]             = 'Encodage inconnu : ';
23
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
24

  
25
?>
trunk/wb/include/phpmailer/language/index.php
5 5
/*
6 6

  
7 7
 Website Baker Project <http://www.websitebaker.org/>
8
 Copyright (C) 2004-2008, Ryan Djurovich
8
 Copyright (C) 2004-2009, Ryan Djurovich
9 9

  
10 10
 Website Baker is free software; you can redistribute it and/or modify
11 11
 it under the terms of the GNU General Public License as published by
trunk/wb/include/phpmailer/language/phpmailer.lang-et.php
1
<?php
2
/**
3
 * PHPMailer language file.  
4
 * Estonian Version
5
 * By Indrek P&auml;ri
6
 */
7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG["provide_address"] = 'Te peate m&auml;&auml;rama v&auml;hemalt &uuml;he saaja e-posti aadressi.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' maileri tugi puudub.';
12
$PHPMAILER_LANG["execute"] = 'Tegevus eba&otilde;nnestus: ';
13
$PHPMAILER_LANG["instantiate"] = 'mail funktiooni k&auml;ivitamine eba&otilde;nnestus.';
14
$PHPMAILER_LANG["authenticate"] = 'SMTP Viga: Autoriseerimise viga.';
15
$PHPMAILER_LANG["from_failed"] = 'J&auml;rgnev saatja e-posti aadress on vigane: ';
16
$PHPMAILER_LANG["recipients_failed"] = 'SMTP Viga: J&auml;rgnevate saajate e-posti aadressid on vigased: ';
17
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP Viga: Vigased andmed.';
18
$PHPMAILER_LANG["connect_host"] = 'SMTP Viga: Ei &otilde;nnestunud luua &uuml;hendust SMTP serveriga.';
19
$PHPMAILER_LANG["file_access"] = 'Pole piisavalt &otilde;iguseid j&auml;rgneva faili avamiseks: ';
20
$PHPMAILER_LANG["file_open"] = 'Faili Viga: Faili avamine eba&otilde;nnestus: ';
21
$PHPMAILER_LANG["encoding"] = 'Tundmatu Unknown kodeering: ';
22
?>
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Estonian Version
5
 * By Indrek P&auml;ri
6
 */
7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG["provide_address"]      = 'Te peate m&auml;&auml;rama v&auml;hemalt &uuml;he saaja e-posti aadressi.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' maileri tugi puudub.';
12
$PHPMAILER_LANG["execute"]              = 'Tegevus eba&otilde;nnestus: ';
13
$PHPMAILER_LANG["instantiate"]          = 'mail funktiooni k&auml;ivitamine eba&otilde;nnestus.';
14
$PHPMAILER_LANG["authenticate"]         = 'SMTP Viga: Autoriseerimise viga.';
15
$PHPMAILER_LANG["from_failed"]          = 'J&auml;rgnev saatja e-posti aadress on vigane: ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP Viga: J&auml;rgnevate saajate e-posti aadressid on vigased: ';
17
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP Viga: Vigased andmed.';
18
$PHPMAILER_LANG["connect_host"]         = 'SMTP Viga: Ei &otilde;nnestunud luua &uuml;hendust SMTP serveriga.';
19
$PHPMAILER_LANG["file_access"]          = 'Pole piisavalt &otilde;iguseid j&auml;rgneva faili avamiseks: ';
20
$PHPMAILER_LANG["file_open"]            = 'Faili Viga: Faili avamine eba&otilde;nnestus: ';
21
$PHPMAILER_LANG["encoding"]             = 'Tundmatu Unknown kodeering: ';
22
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
23

  
24
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-nl.php
1
<?php
2
/**
3
 * PHPMailer language file.  
4
 * Dutch Version
5
 */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"] = 'Er moet tenmiste &eacute;&eacute;n ' .
10
                                     'ontvanger emailadres opgegeven worden.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer wordt niet ondersteund.';
12
$PHPMAILER_LANG["execute"] = 'Kon niet uitvoeren: ';
13
$PHPMAILER_LANG["instantiate"] = 'Kon mail functie niet initialiseren.';
14
$PHPMAILER_LANG["authenticate"] = 'SMTP Fout: authenticatie mislukt.';
15
$PHPMAILER_LANG["from_failed"] = 'De volgende afzender adressen zijn mislukt: ';
16
$PHPMAILER_LANG["recipients_failed"] = 'SMTP Fout: De volgende ' .
17
                                       'ontvangers zijn mislukt: ';
18
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP Fout: Data niet geaccepteerd.';
19
$PHPMAILER_LANG["connect_host"] = 'SMTP Fout: Kon niet verbinden met SMTP host.';
20
$PHPMAILER_LANG["file_access"] = 'Kreeg geen toegang tot bestand: ';
21
$PHPMAILER_LANG["file_open"] = 'Bestandsfout: Kon bestand niet openen: ';
22
$PHPMAILER_LANG["encoding"] = 'Onbekende codering: ';
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Dutch Version
5
 */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"]      = 'Er moet tenmiste &eacute;&eacute;n ' .
10
                                          'ontvanger emailadres opgegeven worden.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer wordt niet ondersteund.';
12
$PHPMAILER_LANG["execute"]              = 'Kon niet uitvoeren: ';
13
$PHPMAILER_LANG["instantiate"]          = 'Kon mail functie niet initialiseren.';
14
$PHPMAILER_LANG["authenticate"]         = 'SMTP Fout: authenticatie mislukt.';
15
$PHPMAILER_LANG["from_failed"]          = 'De volgende afzender adressen zijn mislukt: ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP Fout: De volgende ' .
17
                                          'ontvangers zijn mislukt: ';
18
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP Fout: Data niet geaccepteerd.';
19
$PHPMAILER_LANG["connect_host"]         = 'SMTP Fout: Kon niet verbinden met SMTP host.';
20
$PHPMAILER_LANG["file_access"]          = 'Kreeg geen toegang tot bestand: ';
21
$PHPMAILER_LANG["file_open"]            = 'Bestandsfout: Kon bestand niet openen: ';
22
$PHPMAILER_LANG["encoding"]             = 'Onbekende codering: ';
23
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
24

  
23 25
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-pl.php
1
<?php
2
/**
3
 * PHPMailer language file.  
4
 * Polish Version, encoding: windows-1250
5
 * translated from english lang file ver. 1.72
6
 */
7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG["provide_address"] = 'Nale?y poda? prawid?owy adres email Odbiorcy.';
11
$PHPMAILER_LANG["mailer_not_supported"] = 'Wybrana metoda wysy?ki wiadomo?ci nie jest obs?ugiwana.';
12
$PHPMAILER_LANG["execute"] = 'Nie mo?na uruchomi?: ';
13
$PHPMAILER_LANG["instantiate"] = 'Nie mo?na wywo?a? funkcji mail(). Sprawd? konfiguracj? serwera.';
14
$PHPMAILER_LANG["authenticate"] = 'B??d SMTP: Nie mo?na przeprowadzi? autentykacji.';
15
$PHPMAILER_LANG["from_failed"] = 'Nast?puj?cy adres Nadawcy jest jest nieprawid?owy: ';
16
$PHPMAILER_LANG["recipients_failed"] = 'B??d SMTP: Nast?puj?cy ' .
17
                                       'odbiorcy s? nieprawid?owi: ';
18
$PHPMAILER_LANG["data_not_accepted"] = 'B??d SMTP: Dane nie zosta?y przyj?te.';
19
$PHPMAILER_LANG["connect_host"] = 'B??d SMTP: Nie mo?na po??czy? si? z wybranym hostem.';
20
$PHPMAILER_LANG["file_access"] = 'Brak dost?pu do pliku: ';
21
$PHPMAILER_LANG["file_open"] = 'Nie mo?na otworzy? pliku: ';
22
$PHPMAILER_LANG["encoding"] = 'Nieznany spos?b kodowania znak?w: ';
23

  
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Polish Version, encoding: windows-1250
5
 * translated from english lang file ver. 1.72
6
 */
7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG["provide_address"]      = 'Nale¿y podaæ prawid³owy adres email Odbiorcy.';
11
$PHPMAILER_LANG["mailer_not_supported"] = 'Wybrana metoda wysy³ki wiadomoœci nie jest obs³ugiwana.';
12
$PHPMAILER_LANG["execute"]              = 'Nie mo¿na uruchomiæ: ';
13
$PHPMAILER_LANG["instantiate"]          = 'Nie mo¿na wywo³aæ funkcji mail(). SprawdŸ konfiguracjê serwera.';
14
$PHPMAILER_LANG["authenticate"]         = 'B³¹d SMTP: Nie mo¿na przeprowadziæ autentykacji.';
15
$PHPMAILER_LANG["from_failed"]          = 'Nastêpuj¹cy adres Nadawcy jest jest nieprawid³owy: ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'B³¹d SMTP: Nastêpuj¹cy ' .
17
                                          'odbiorcy s¹ nieprawid³owi: ';
18
$PHPMAILER_LANG["data_not_accepted"]    = 'B³¹d SMTP: Dane nie zosta³y przyjête.';
19
$PHPMAILER_LANG["connect_host"]         = 'B³¹d SMTP: Nie mo¿na po³¹czyæ siê z wybranym hostem.';
20
$PHPMAILER_LANG["file_access"]          = 'Brak dostêpu do pliku: ';
21
$PHPMAILER_LANG["file_open"]            = 'Nie mo¿na otworzyæ pliku: ';
22
$PHPMAILER_LANG["encoding"]             = 'Nieznany sposób kodowania znaków: ';
23
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
24

  
24 25
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-cz.php
1
<?php
2
/**
3
 * PHPMailer language file.  
4
 * Czech Version
5
 */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"] = 'Mus?te zadat alespo? jednu ' .
10
                                     'emailovou adresu p??jemce.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailov? klient nen? podporov?n.';
12
$PHPMAILER_LANG["execute"] = 'Nelze prov?st: ';
13
$PHPMAILER_LANG["instantiate"] = 'Nelze vytvo?it instanci emailov? funkce.';
14
$PHPMAILER_LANG["authenticate"] = 'SMTP Error: Chyba autentikace.';
15
$PHPMAILER_LANG["from_failed"] = 'N?sleduj?c? adresa From je nespr?vn?: ';
16
$PHPMAILER_LANG["recipients_failed"] = 'SMTP Error: Adresy p??jemc? ' .
17
                                       'nejsou spr?vn? ' .
18
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP Error: Data nebyla p?ijata';
19
$PHPMAILER_LANG["connect_host"] = 'SMTP Error: Nelze nav?zat spojen? se ' .
20
                                  ' SMTP serverem.';
21
$PHPMAILER_LANG["file_access"] = 'Soubor nenalezen: ';
22
$PHPMAILER_LANG["file_open"] = 'File Error: Nelze otev??t soubor pro ?ten?: ';
23
$PHPMAILER_LANG["encoding"] = 'Nezn?m? k?dov?n?: ';
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Czech Version
5
 */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"]      = 'Musíte zadat alespoò jednu ' .
10
                                          'emailovou adresu pøíjemce.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailový klient není podporován.';
12
$PHPMAILER_LANG["execute"]              = 'Nelze provést: ';
13
$PHPMAILER_LANG["instantiate"]          = 'Nelze vytvoøit instanci emailové funkce.';
14
$PHPMAILER_LANG["authenticate"]         = 'SMTP Error: Chyba autentikace.';
15
$PHPMAILER_LANG["from_failed"]          = 'Následující adresa From je nesprávná: ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP Error: Adresy pøíjemcù ' .
17
                                          'nejsou správné ' .
18
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP Error: Data nebyla pøijata';
19
$PHPMAILER_LANG["connect_host"]         = 'SMTP Error: Nelze navázat spojení se ' .
20
                                          ' SMTP serverem.';
21
$PHPMAILER_LANG["file_access"]          = 'Soubor nenalezen: ';
22
$PHPMAILER_LANG["file_open"]            = 'File Error: Nelze otevøít soubor pro ètení: ';
23
$PHPMAILER_LANG["encoding"]             = 'Neznámé kódování: ';
24
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
25

  
24 26
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-hu.php
1
<?php
2
/**
3
 * PHPMailer language file.  
4
 * Hungarian Version
5
 */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"] = 'Meg kell adnod legal?bb egy ' .
10
                                     'c?mzett email c?met.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' levelez? nem t?mogatott.';
12
$PHPMAILER_LANG["execute"] = 'Nem tudtam v?grehajtani: ';
13
$PHPMAILER_LANG["instantiate"] = 'Nem siker?lt p?ld?nyos?tani a mail funkci?t.';
14
$PHPMAILER_LANG["authenticate"] = 'SMTP Hiba: Sikertelen autentik?ci?.';
15
$PHPMAILER_LANG["from_failed"] = 'Az al?bbi Felad? c?m hib?s: ';
16
$PHPMAILER_LANG["recipients_failed"] = 'SMTP Hiba: Az al?bbi ' .
17
                                       'c?mzettek hib?sak: ';
18
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP Hiba: Nem elfogadhat? adat.';
19
$PHPMAILER_LANG["connect_host"] = 'SMTP Hiba: Nem tudtam csatlakozni az SMTP host-hoz.';
20
$PHPMAILER_LANG["file_access"] = 'Nem siker?lt el?rni a k?vetkez? f?jlt: ';
21
$PHPMAILER_LANG["file_open"] = 'F?jl Hiba: Nem siker?lt megnyitni a k?vetkez? f?jlt: ';
22
$PHPMAILER_LANG["encoding"] = 'Ismeretlen k?dol?s: ';
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Hungarian Version
5
 */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"]      = 'Meg kell adnod legalább egy ' .
10
                                          'címzett email címet.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' levelezõ nem támogatott.';
12
$PHPMAILER_LANG["execute"]              = 'Nem tudtam végrehajtani: ';
13
$PHPMAILER_LANG["instantiate"]          = 'Nem sikerült példányosítani a mail funkciót.';
14
$PHPMAILER_LANG["authenticate"]         = 'SMTP Hiba: Sikertelen autentikáció.';
15
$PHPMAILER_LANG["from_failed"]          = 'Az alábbi Feladó cím hibás: ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP Hiba: Az alábbi ' .
17
                                          'címzettek hibásak: ';
18
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP Hiba: Nem elfogadható adat.';
19
$PHPMAILER_LANG["connect_host"]         = 'SMTP Hiba: Nem tudtam csatlakozni az SMTP host-hoz.';
20
$PHPMAILER_LANG["file_access"]          = 'Nem sikerült elérni a következõ fájlt: ';
21
$PHPMAILER_LANG["file_open"]            = 'Fájl Hiba: Nem sikerült megnyitni a következõ fájlt: ';
22
$PHPMAILER_LANG["encoding"]             = 'Ismeretlen kódolás: ';
23
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
24

  
23 25
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-it.php
1
<?php
2
/**
3
* PHPMailer language file.
4
* Italian version
5
* @package PHPMailer
6
* @author Ilias Bartolini <brain79@inwind.it>
7
*/
8

  
9
$PHPMAILER_LANG = array();
10

  
11
$PHPMAILER_LANG["provide_address"] = 'Deve essere fornito almeno un'.
12
                                     ' indirizzo ricevente';
13
$PHPMAILER_LANG["mailer_not_supported"] = 'Mailer non supportato';
14
$PHPMAILER_LANG["execute"] = "Impossibile eseguire l'operazione: ";
15
$PHPMAILER_LANG["instantiate"] = 'Impossibile istanziare la funzione mail';
16
$PHPMAILER_LANG["authenticate"] = 'SMTP Error: Impossibile autenticarsi.';
17
$PHPMAILER_LANG["from_failed"] = 'I seguenti indirizzi mittenti hanno'.
18
                                 ' generato errore: ';
19
$PHPMAILER_LANG["recipients_failed"] = 'SMTP Error: I seguenti indirizzi'.
20
                                       'destinatari hanno generato errore: ';
21
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP Error: Data non accettati dal'.
22
                                       'server.';
23
$PHPMAILER_LANG["connect_host"] = 'SMTP Error: Impossibile connettersi'.
24
                                  ' all\'host SMTP.';
25
$PHPMAILER_LANG["file_access"] = 'Impossibile accedere al file: ';
26
$PHPMAILER_LANG["file_open"] = 'File Error: Impossibile aprire il file: ';
27
$PHPMAILER_LANG["encoding"] = 'Encoding set dei caratteri sconosciuto: ';
28
?>
1
<?php
2
/**
3
* PHPMailer language file.
4
* Italian version
5
* @package PHPMailer
6
* @author Ilias Bartolini <brain79@inwind.it?>*/
7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG["provide_address"]      = 'Deve essere fornito almeno un'.
11
                                          ' indirizzo ricevente';
12
$PHPMAILER_LANG["mailer_not_supported"] = 'Mailer non supportato';
13
$PHPMAILER_LANG["execute"]              = "Impossibile eseguire l'operazione: ";
14
$PHPMAILER_LANG["instantiate"]          = 'Impossibile istanziare la funzione mail';
15
$PHPMAILER_LANG["authenticate"]         = 'SMTP Error: Impossibile autenticarsi.';
16
$PHPMAILER_LANG["from_failed"]          = 'I seguenti indirizzi mittenti hanno'.
17
                                          ' generato errore: ';
18
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP Error: I seguenti indirizzi'.
19
                                          'destinatari hanno generato errore: ';
20
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP Error: Data non accettati dal'.
21
                                          'server.';
22
$PHPMAILER_LANG["connect_host"]         = 'SMTP Error: Impossibile connettersi'.
23
                                          ' all\'host SMTP.';
24
$PHPMAILER_LANG["file_access"]          = 'Impossibile accedere al file: ';
25
$PHPMAILER_LANG["file_open"]            = 'File Error: Impossibile aprire il file: ';
26
$PHPMAILER_LANG["encoding"]             = 'Encoding set dei caratteri sconosciuto: ';
27
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
28

  
29
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-no.php
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Norwegian Version
5
 */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"] = 'Du m? ha med minst en' .
10
                                     'mottager adresse.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer er ikke supportert.';
12
$PHPMAILER_LANG["execute"] = 'Kunne ikke utf?re: ';
13
$PHPMAILER_LANG["instantiate"] = 'Kunne ikke instantiate mail funksjonen.';
14
$PHPMAILER_LANG["authenticate"] = 'SMTP Feil: Kunne ikke authentisere.';
15
$PHPMAILER_LANG["from_failed"] = 'F?lgende Fra feilet: ';
16
$PHPMAILER_LANG["recipients_failed"] = 'SMTP Feil: F?lgende' .
17
                                       'mottagere feilet: ';
18
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP Feil: Data ble ikke akseptert.';
19
$PHPMAILER_LANG["connect_host"] = 'SMTP Feil: Kunne ikke koble til SMTP host.';
20
$PHPMAILER_LANG["file_access"] = 'Kunne ikke f? tilgang til filen: ';
21
$PHPMAILER_LANG["file_open"] = 'Fil feil: Kunne ikke ?pne filen: ';
22
$PHPMAILER_LANG["encoding"] = 'Ukjent encoding: ';
23
?>
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Norwegian Version
5
 */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"]      = 'Du må ha med minst en' .
10
                                          'mottager adresse.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer er ikke supportert.';
12
$PHPMAILER_LANG["execute"]              = 'Kunne ikke utføre: ';
13
$PHPMAILER_LANG["instantiate"]          = 'Kunne ikke instantiate mail funksjonen.';
14
$PHPMAILER_LANG["authenticate"]         = 'SMTP Feil: Kunne ikke authentisere.';
15
$PHPMAILER_LANG["from_failed"]          = 'Følgende Fra feilet: ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP Feil: Følgende' .
17
                                          'mottagere feilet: ';
18
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP Feil: Data ble ikke akseptert.';
19
$PHPMAILER_LANG["connect_host"]         = 'SMTP Feil: Kunne ikke koble til SMTP host.';
20
$PHPMAILER_LANG["file_access"]          = 'Kunne ikke få tilgang til filen: ';
21
$PHPMAILER_LANG["file_open"]            = 'Fil feil: Kunne ikke åpne filen: ';
22
$PHPMAILER_LANG["encoding"]             = 'Ukjent encoding: ';
23
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
24

  
25
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-ro.php
1
<?php
2
/**
3
 * PHPMailer language file.  
4
 * Romanian Version
5
 * @package PHPMailer
6
 * @author Catalin Constantin <catalin@dazoot.ro>
7
 */
8

  
9
$PHPMAILER_LANG = array();
10

  
11
$PHPMAILER_LANG["provide_address"] = 'Trebuie sa adaugati cel putin un recipient (adresa de mail).';
12
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer nu este suportat.';
13
$PHPMAILER_LANG["execute"] = 'Nu pot executa:  ';
14
$PHPMAILER_LANG["instantiate"] = 'Nu am putut instantia functia mail.';
15
$PHPMAILER_LANG["authenticate"] = 'Eroare SMTP: Nu a functionat autentificarea.';
16
$PHPMAILER_LANG["from_failed"] = 'Urmatoarele adrese From au dat eroare: ';
17
$PHPMAILER_LANG["recipients_failed"] = 'Eroare SMTP: Urmatoarele adrese de mail au dat eroare: ';
18
$PHPMAILER_LANG["data_not_accepted"] = 'Eroare SMTP: Continutul mailului nu a fost acceptat.';
19
$PHPMAILER_LANG["connect_host"] = 'Eroare SMTP: Nu m-am putut conecta la adresa SMTP.';
20
$PHPMAILER_LANG["file_access"] = 'Nu pot accesa fisierul: ';
21
$PHPMAILER_LANG["file_open"] = 'Eroare de fisier: Nu pot deschide fisierul: ';
22
$PHPMAILER_LANG["encoding"] = 'Encodare necunoscuta: ';
23
?>
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Romanian Version
5
 * @package PHPMailer
6
 * @author Catalin Constantin <catalin@dazoot.ro?> */
7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG["provide_address"]      = 'Trebuie sa adaugati cel putin un recipient (adresa de mail).';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer nu este suportat.';
12
$PHPMAILER_LANG["execute"]              = 'Nu pot executa:  ';
13
$PHPMAILER_LANG["instantiate"]          = 'Nu am putut instantia functia mail.';
14
$PHPMAILER_LANG["authenticate"]         = 'Eroare SMTP: Nu a functionat autentificarea.';
15
$PHPMAILER_LANG["from_failed"]          = 'Urmatoarele adrese From au dat eroare: ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'Eroare SMTP: Urmatoarele adrese de mail au dat eroare: ';
17
$PHPMAILER_LANG["data_not_accepted"]    = 'Eroare SMTP: Continutul mailului nu a fost acceptat.';
18
$PHPMAILER_LANG["connect_host"]         = 'Eroare SMTP: Nu m-am putut conecta la adresa SMTP.';
19
$PHPMAILER_LANG["file_access"]          = 'Nu pot accesa fisierul: ';
20
$PHPMAILER_LANG["file_open"]            = 'Eroare de fisier: Nu pot deschide fisierul: ';
21
$PHPMAILER_LANG["encoding"]             = 'Encodare necunoscuta: ';
22
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
23

  
24
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-ca.php
1
<?php
2
/**
3
 * PHPMailer language file.  
4
 * Catalan Version
5
 * By Ivan: web AT microstudi DOT com
6
 */
7

  
8
$PHPMAILER_LANG = array(); 
9

  
10
$PHPMAILER_LANG["provide_address"] = 'S\'ha de proveir almenys una adre?a d\'email com a destinatari.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer no est? suportat';
12
$PHPMAILER_LANG["execute"] = 'No es pot executar: ';
13
$PHPMAILER_LANG["instantiate"] = 'No s\'ha pogut crear una inst?ncia de la funci? Mail.';
14
$PHPMAILER_LANG["authenticate"] = 'Error SMTP: No s\'hapogut autenticar.';
15
$PHPMAILER_LANG["from_failed"] = 'La(s) seg?ent(s) adreces de remitent han fallat: ';
16
$PHPMAILER_LANG["recipients_failed"] = 'Error SMTP: Els seg?ents destinataris han fallat: ';
17
$PHPMAILER_LANG["data_not_accepted"] = 'Error SMTP: Dades no acceptades.';
18
$PHPMAILER_LANG["connect_host"] = 'Error SMTP: No es pot connectar al servidor SMTP.';
19
$PHPMAILER_LANG["file_access"] = 'No es pot accedir a l\'arxiu: ';
20
$PHPMAILER_LANG["file_open"] = 'Error d\'Arxiu: No es pot obrir l\'arxiu: ';
21
$PHPMAILER_LANG["encoding"] = 'Codificaci? desconeguda: ';
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * Catalan Version
5
 * By Ivan: web AT microstudi DOT com
6
 */
7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG["provide_address"]      = 'S\'ha de proveir almenys una adreça d\'email com a destinatari.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer no està suportat';
12
$PHPMAILER_LANG["execute"]              = 'No es pot executar: ';
13
$PHPMAILER_LANG["instantiate"]          = 'No s\'ha pogut crear una instància de la funció Mail.';
14
$PHPMAILER_LANG["authenticate"]         = 'Error SMTP: No s\'hapogut autenticar.';
15
$PHPMAILER_LANG["from_failed"]          = 'La(s) següent(s) adreces de remitent han fallat: ';
16
$PHPMAILER_LANG["recipients_failed"]    = 'Error SMTP: Els següents destinataris han fallat: ';
17
$PHPMAILER_LANG["data_not_accepted"]    = 'Error SMTP: Dades no acceptades.';
18
$PHPMAILER_LANG["connect_host"]         = 'Error SMTP: No es pot connectar al servidor SMTP.';
19
$PHPMAILER_LANG["file_access"]          = 'No es pot accedir a l\'arxiu: ';
20
$PHPMAILER_LANG["file_open"]            = 'Error d\'Arxiu: No es pot obrir l\'arxiu: ';
21
$PHPMAILER_LANG["encoding"]             = 'Codificació desconeguda: ';
22
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
23

  
22 24
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-tr.php
1
<?php
2
/**
3
 * PHPMailer dil dosyas?.
4
 * T?rk?e Versiyonu
5
 * ?ZYAZILIM - El?in ?zel - Can Y?lmaz - Mehmet Benlio?lu
6
 */
7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG["provide_address"] = 'En az bir tane mail adresi belirtmek zorundas?n?z ' .
11
                                     'al?c?n?n email adresi.';
12
$PHPMAILER_LANG["mailer_not_supported"] = ' mailler desteklenmemektedir.';
13
$PHPMAILER_LANG["execute"] = '?al??t?r?lam?yor: ';
14
$PHPMAILER_LANG["instantiate"] = '?rnek mail fonksiyonu yarat?lamad?.';
15
$PHPMAILER_LANG["authenticate"] = 'SMTP Hatas?: Do?rulanam?yor.';
16
$PHPMAILER_LANG["from_failed"] = 'Ba?ar?s?z olan g?nderici adresi: ';
17
$PHPMAILER_LANG["recipients_failed"] = 'SMTP Hatas?:  ' .
18
                                       'al?c?lara ula?mad?: ';
19
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP Hatas?: Veri kabul edilmedi.';
20
$PHPMAILER_LANG["connect_host"] = 'SMTP Hatas?: SMTP hosta ba?lan?lam?yor.';
21
$PHPMAILER_LANG["file_access"] = 'Dosyaya eri?ilemiyor: ';
22
$PHPMAILER_LANG["file_open"] = 'Dosya Hatas?: Dosya a??lam?yor: ';
23
$PHPMAILER_LANG["encoding"] = 'Bilinmeyen ?ifreleme: ';
24

  
1
<?php
2
/**
3
 * PHPMailer dil dosyas?.
4
 * T?rk?e Versiyonu
5
 * ?ZYAZILIM - El?in ?zel - Can Y?lmaz - Mehmet Benlio?lu
6
 */
7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG["provide_address"]      = 'En az bir tane mail adresi belirtmek zorundas?n?z ' .
11
                                          'al?c?n?n email adresi.';
12
$PHPMAILER_LANG["mailer_not_supported"] = ' mailler desteklenmemektedir.';
13
$PHPMAILER_LANG["execute"]              = '?al??t?r?lam?yor: ';
14
$PHPMAILER_LANG["instantiate"]          = '?rnek mail fonksiyonu yarat?lamad?.';
15
$PHPMAILER_LANG["authenticate"]         = 'SMTP Hatas?: Do?rulanam?yor.';
16
$PHPMAILER_LANG["from_failed"]          = 'Ba?ar?s?z olan g?nderici adresi: ';
17
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP Hatas?:  ' .
18
                                          'al?c?lara ula?mad?: ';
19
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP Hatas?: Veri kabul edilmedi.';
20
$PHPMAILER_LANG["connect_host"]         = 'SMTP Hatas?: SMTP hosta ba?lan?lam?yor.';
21
$PHPMAILER_LANG["file_access"]          = 'Dosyaya eri?ilemiyor: ';
22
$PHPMAILER_LANG["file_open"]            = 'Dosya Hatas?: Dosya a??lam?yor: ';
23
$PHPMAILER_LANG["encoding"]             = 'Bilinmeyen ?ifreleme: ';
24
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
25

  
25 26
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-ru.php
1 1
<?php
2 2
/**
3 3
 * PHPMailer language file.
4
 * Russian Version by Alexey Chumakov <alex@chumakov.ru>
5
 */
4
 * Russian Version by Alexey Chumakov <alex@chumakov.ru?> */
6 5

  
7 6
$PHPMAILER_LANG = array();
8
$PHPMAILER_LANG["provide_address"] = '??????????, ??????? ???? ?? ???? ????? e-mail ' .
9
                                     '??????????.';
7

  
8
$PHPMAILER_LANG["provide_address"]      = '??????????, ??????? ???? ?? ???? ????? e-mail ' .
9
                                          '??????????.';
10 10
$PHPMAILER_LANG["mailer_not_supported"] = ' - ???????? ?????? ?? ??????????????.';
11
$PHPMAILER_LANG["execute"] = '?????????? ????????? ???????: ';
12
$PHPMAILER_LANG["instantiate"] = '?????????? ????????? ??????? mail.';
13
$PHPMAILER_LANG["authenticate"] = '?????? SMTP: ?????? ???????????.';
14
$PHPMAILER_LANG["from_failed"] = '???????? ????? ???????????: ';
15
$PHPMAILER_LANG["recipients_failed"] = '?????? SMTP: ???????? ?? ????????? ' .
16
                                       '??????? ??????????? ?? ???????: ';
17
$PHPMAILER_LANG["data_not_accepted"] = '?????? SMTP: ?????? ?? ???????.';
18
$PHPMAILER_LANG["connect_host"] = '?????? SMTP: ?? ??????? ???????????? ? ??????? SMTP.';
19
$PHPMAILER_LANG["file_access"] = '??? ??????? ? ?????: ';
20
$PHPMAILER_LANG["file_open"] = '???????? ??????: ?? ??????? ??????? ????: ';
21
$PHPMAILER_LANG["encoding"] = '??????????? ??? ?????????: ';
22
?>
11
$PHPMAILER_LANG["execute"]              = '?????????? ????????? ???????: ';
12
$PHPMAILER_LANG["instantiate"]          = '?????????? ????????? ??????? mail.';
13
$PHPMAILER_LANG["authenticate"]         = '?????? SMTP: ?????? ???????????.';
14
$PHPMAILER_LANG["from_failed"]          = '???????? ????? ???????????: ';
15
$PHPMAILER_LANG["recipients_failed"]    = '?????? SMTP: ???????? ?? ????????? ' .
16
                                          '??????? ??????????? ?? ???????: ';
17
$PHPMAILER_LANG["data_not_accepted"]    = '?????? SMTP: ?????? ?? ???????.';
18
$PHPMAILER_LANG["connect_host"]         = '?????? SMTP: ?? ??????? ???????????? ? ??????? SMTP.';
19
$PHPMAILER_LANG["file_access"]          = '??? ??????? ? ?????: ';
20
$PHPMAILER_LANG["file_open"]            = '???????? ??????: ?? ??????? ??????? ????: ';
21
$PHPMAILER_LANG["encoding"]             = '??????????? ??? ?????????: ';
22
$PHPMAILER_LANG["signing"]              = 'Signing Error: ';
23 23

  
24
?>
trunk/wb/include/phpmailer/language/phpmailer.lang-de.php
1
<?php
2
/**
3
 * PHPMailer language file.  
4
 * German Version
5
 */
6

  
7
$PHPMAILER_LANG = array();
8

  
9
$PHPMAILER_LANG["provide_address"] = 'Bitte geben Sie mindestens eine ' .
10
                                     'Empf&auml;nger Emailadresse an.';
11
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer wird nicht unterst&uuml;tzt.';
12
$PHPMAILER_LANG["execute"] = 'Konnte folgenden Befehl nicht ausf&uuml;hren: ';
13
$PHPMAILER_LANG["instantiate"] = 'Mail Funktion konnte nicht initialisiert werden.';
14
$PHPMAILER_LANG["authenticate"] = 'SMTP Fehler: Authentifizierung fehlgeschlagen.';
15
$PHPMAILER_LANG["from_failed"] = 'Die folgende Absenderadresse ist nicht korrekt: ';
16
$PHPMAILER_LANG["recipients_failed"] = 'SMTP Fehler: Die folgenden ' .
17
                                       'Empf&auml;nger sind nicht korrekt: ';
18
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP Fehler: Daten werden nicht akzeptiert.';
19
$PHPMAILER_LANG["connect_host"] = 'SMTP Fehler: Konnte keine Verbindung zum SMTP-Host herstellen.';
20
$PHPMAILER_LANG["file_access"] = 'Zugriff auf folgende Datei fehlgeschlagen: ';
21
$PHPMAILER_LANG["file_open"] = 'Datei Fehler: konnte folgende Datei nicht &ouml;ffnen: ';
22
$PHPMAILER_LANG["encoding"] = 'Unbekanntes Encoding-Format: ';
23
?>
1
<?php
2
/**
3
 * PHPMailer language file.
4
 * German Version
5
 * Thanks to Yann-Patrick Schlame for the latest update!
6
 */
7

  
8
$PHPMAILER_LANG = array();
9

  
10
$PHPMAILER_LANG["provide_address"]      = 'Bitte geben Sie mindestens eine ' .
11
                                          'Empf&auml;nger Emailadresse an.';
12
$PHPMAILER_LANG["mailer_not_supported"] = ' mailer wird nicht unterst&uuml;tzt.';
13
$PHPMAILER_LANG["execute"]              = 'Konnte folgenden Befehl nicht ausf&uuml;hren: ';
14
$PHPMAILER_LANG["instantiate"]          = 'Mail Funktion konnte nicht initialisiert werden.';
15
$PHPMAILER_LANG["authenticate"]         = 'SMTP Fehler: Authentifizierung fehlgeschlagen.';
16
$PHPMAILER_LANG["from_failed"]          = 'Die folgende Absenderadresse ist nicht korrekt: ';
17
$PHPMAILER_LANG["recipients_failed"]    = 'SMTP Fehler: Die folgenden ' .
18
                                          'Empf&auml;nger sind nicht korrekt: ';
19
$PHPMAILER_LANG["data_not_accepted"]    = 'SMTP Fehler: Daten werden nicht akzeptiert.';
20
$PHPMAILER_LANG["connect_host"]         = 'SMTP Fehler: Konnte keine Verbindung zum SMTP-Host herstellen.';
21
$PHPMAILER_LANG["file_access"]          = 'Zugriff auf folgende Datei fehlgeschlagen: ';
22
$PHPMAILER_LANG["file_open"]            = 'Datei Fehler: konnte folgende Datei nicht &ouml;ffnen: ';
23
$PHPMAILER_LANG["encoding"]             = 'Unbekanntes Encoding-Format: ';
24
$PHPMAILER_LANG["signing"]              = 'Fehler beim Signieren: ';
25

  
26
?>
trunk/wb/include/phpmailer/ChangeLog.txt
1
ChangeLog
2

  
3
Version 2.0.0 (Sun, Dec 02 2007)
4
* implemented updated EncodeQP (thanks to coolbru, aka Marcus Bointon)
5
* finished all testing, all known bugs corrected, enhancements tested
6
- note: designed for PHP4, but will work with PHP5 (not compatible with
7
  E_STRICT) ... full PHP5 version of PHPMailer released separately. 
8
  PHP5 version will NOT work with PHP4.
9

  
10
Version 2.0.0 rc2 (Fri, Nov 16 2007), interim release
11
* implements new property to control VERP in class.smtp.php
12
  example (requires instantiating class.smtp.php):
13
  $mail->do_verp = true;
14
* POP-before-SMTP functionality included, thanks to Richard Davey
15
  (see class.pop3.php & pop3_before_smtp_test.php for examples)
16
* included example showing how to use PHPMailer with GMAIL
17
* fixed the missing Cc in SendMail() and Mail()
18

  
19
******************
20
A note on sending bulk emails:
21

  
22
If the email you are sending is not personalized, consider using the 
23
"undisclosed-recipient:;" strategy. That is, put all of your recipients
24
in the Bcc field and set the To field to "undisclosed-recipients:;". 
25
It's a lot faster (only one send) and saves quite a bit on resources.
26
Contrary to some opinions, this will not get you listed in spam engines -
27
it's a legitimate way for you to send emails.
28

  
29
A partial example for use with PHPMailer:
30

  
31
$mail->AddAddress("undisclosed-recipients:;");
32
$mail->AddBCC("email1@anydomain.com,email2@anyotherdomain.com,email3@anyalternatedomain.com");
33

  
34
Many email service providers restrict the number of emails that can be sent
35
in any given time period. Often that is between 50 - 60 emails maximum
36
per hour or per send session.
37

  
38
If that's the case, then break up your Bcc lists into chunks that are one
39
less than your limit, and put a pause in your script.
40
*******************
41

  
42
Version 2.0.0 rc1 (Thu, Nov 08 2007), interim release
43
* dramatically simplified using inline graphics ... it's fully automated and requires no user input
44
* added automatic document type detection for attachments and pictures
45
* added MsgHTML() function to replace Body tag for HTML emails
46
* fixed the SendMail security issues (input validation vulnerability)
47
* enhanced the AddAddresses functionality so that the "Name" portion is used in the email address
48
* removed the need to use the AltBody method (set from the HTML, or default text used)
49
* set the PHP Mail() function as the default (still support SendMail, SMTP Mail)
50
* removed the need to set the IsHTML property (set automatically)
51
* added Estonian language file by Indrek P&auml;ri
52
* added header injection patch
53
* added "set" method to permit users to create their own pseudo-properties like 'X-Headers', etc.
54
  example of use:
55
  $mail->set('X-Priority', '3');
56
  $mail->set('X-MSMail-Priority', 'Normal');
57
* fixed warning message in SMTP get_lines method
58
* added TLS/SSL SMTP support
59
  example of use:
60
  $mail = new PHPMailer();
61
	$mail->Mailer = "smtp";
62
	$mail->Host = "smtp.example.com";
63
	$mail->SMTPSecure   = "tls"; // option
64
	//$mail->SMTPSecure   = "ssl";  // option
65
	...
66
  $mail->Send();
67
* PHPMailer has been tested with PHP4 (4.4.7) and PHP5 (5.2.7)
68
* Works with PHP installed as a module or as CGI-PHP
69
- NOTE: will NOT work with PHP5 in E_STRICT error mode
70

  
71
Version 1.73 (Sun, Jun 10 2005)
72
* Fixed denial of service bug: http://www.cybsec.com/vuln/PHPMailer-DOS.pdf
73
* Now has a total of 20 translations
74
* Fixed alt attachments bug: http://tinyurl.com/98u9k
75

  
76
Version 1.72 (Wed, May 25 2004)
77
* Added Dutch, Swedish, Czech, Norwegian, and Turkish translations.
78
* Received: Removed this method because spam filter programs like 
79
SpamAssassin reject this header.
80
* Fixed error count bug.
81
* SetLanguage default is now "language/".
82
* Fixed magic_quotes_runtime bug.
83

  
84
Version 1.71 (Tue, Jul 28 2003)
85
* Made several speed enhancements
86
* Added German and Italian translation files
87
* Fixed HELO/AUTH bugs on keep-alive connects
88
* Now provides an error message if language file does not load
89
* Fixed attachment EOL bug
90
* Updated some unclear documentation
91
* Added additional tests and improved others
92

  
93
Version 1.70 (Mon, Jun 20 2003)
94
* Added SMTP keep-alive support
95
* Added IsError method for error detection
96
* Added error message translation support (SetLanguage)
97
* Refactored many methods to increase library performance
98
* Hello now sends the newer EHLO message before HELO as per RFC 2821
99
* Removed the boundary class and replaced it with GetBoundary
100
* Removed queue support methods
101
* New $Hostname variable
102
* New Message-ID header
103
* Received header reformat
104
* Helo variable default changed to $Hostname
105
* Removed extra spaces in Content-Type definition (#667182)
106
* Return-Path should be set to Sender when set
107
* Adds Q or B encoding to headers when necessary
108
* quoted-encoding should now encode NULs \000
109
* Fixed encoding of body/AltBody (#553370)
110
* Adds "To: undisclosed-recipients:;" when all recipients are hidden (BCC)
111
* Multiple bug fixes
112

  
113
Version 1.65 (Fri, Aug 09 2002)
114
* Fixed non-visible attachment bug (#585097) for Outlook
115
* SMTP connections are now closed after each transaction
116
* Fixed SMTP::Expand return value
117
* Converted SMTP class documentation to phpDocumentor format
118

  
119
Version 1.62 (Wed, Jun 26 2002)
120
* Fixed multi-attach bug
121
* Set proper word wrapping
122
* Reduced memory use with attachments
123
* Added more debugging
124
* Changed documentation to phpDocumentor format
125

  
126
Version 1.60 (Sat, Mar 30 2002)
127
* Sendmail pipe and address patch (Christian Holtje)
128
* Added embedded image and read confirmation support (A. Ognio)
129
* Added unit tests
130
* Added SMTP timeout support (*nix only)
131
* Added possibly temporary PluginDir variable for SMTP class
132
* Added LE message line ending variable
133
* Refactored boundary and attachment code
134
* Eliminated SMTP class warnings
135
* Added SendToQueue method for future queuing support
136

  
137
Version 1.54 (Wed, Dec 19 2001)
138
* Add some queuing support code
139
* Fixed a pesky multi/alt bug
140
* Messages are no longer forced to have "To" addresses
141

  
142
Version 1.50 (Thu, Nov 08 2001)
143
* Fix extra lines when not using SMTP mailer
144
* Set WordWrap variable to int with a zero default
145

  
146
Version 1.47 (Tue, Oct 16 2001)
147
* Fixed Received header code format
148
* Fixed AltBody order error
149
* Fixed alternate port warning
150

  
151
Version 1.45 (Tue, Sep 25 2001)
152
* Added enhanced SMTP debug support
153
* Added support for multiple ports on SMTP
154
* Added Received header for tracing
155
* Fixed AddStringAttachment encoding
156
* Fixed possible header name quote bug
157
* Fixed wordwrap() trim bug
158
* Couple other small bug fixes
159

  
160
Version 1.41 (Wed, Aug 22 2001)
161
* Fixed AltBody bug w/o attachments
162
* Fixed rfc_date() for certain mail servers
163

  
164
Version 1.40 (Sun, Aug 12 2001)
165
* Added multipart/alternative support (AltBody)
166
* Documentation update
167
* Fixed bug in Mercury MTA
168

  
169
Version 1.29 (Fri, Aug 03 2001)
170
* Added AddStringAttachment() method
171
* Added SMTP authentication support
172

  
173
Version 1.28 (Mon, Jul 30 2001)
174
* Fixed a typo in SMTP class
175
* Fixed header issue with Imail (win32) SMTP server
176
* Made fopen() calls for attachments use "rb" to fix win32 error
177

  
178
Version 1.25 (Mon, Jul 02 2001)
179
* Added RFC 822 date fix (Patrice)
180
* Added improved error handling by adding a $ErrorInfo variable
181
* Removed MailerDebug variable (obsolete with new error handler)
182

  
183
Version 1.20 (Mon, Jun 25 2001)
184
* Added quoted-printable encoding (Patrice)
185
* Set Version as public and removed PrintVersion()
186
* Changed phpdoc to only display public variables and methods
187

  
188
Version 1.19 (Thu, Jun 21 2001)
189
* Fixed MS Mail header bug
190
* Added fix for Bcc problem with mail(). *Does not work on Win32*
191
  (See PHP bug report: http://www.php.net/bugs.php?id=11616)
192
* mail() no longer passes a fifth parameter when not needed
193

  
194
Version 1.15 (Fri, Jun 15 2001)
195
[Note: these changes contributed by Patrice Fournier]
196
* Changed all remaining \n to \r\n
197
* Bcc: header no longer writen to message except
198
when sent directly to sendmail
199
* Added a small message to non-MIME compliant mail reader
200
* Added Sender variable to change the Sender email
201
used in -f for sendmail/mail and in 'MAIL FROM' for smtp mode
202
* Changed boundary setting to a place it will be set only once
203
* Removed transfer encoding for whole message when using multipart
204
* Message body now uses Encoding in multipart messages
205
* Can set encoding and type to attachments 7bit, 8bit
206
and binary attachment are sent as is, base64 are encoded
207
* Can set Encoding to base64 to send 8 bits body
208
through 7 bits servers
209

  
210
Version 1.10 (Tue, Jun 12 2001)
211
* Fixed win32 mail header bug (printed out headers in message body)
212

  
213
Version 1.09 (Fri, Jun 08 2001)
214
* Changed date header to work with Netscape mail programs
215
* Altered phpdoc documentation
216

  
217
Version 1.08 (Tue, Jun 05 2001)
218
* Added enhanced error-checking
219
* Added phpdoc documentation to source
220

  
221
Version 1.06 (Fri, Jun 01 2001)
222
* Added optional name for file attachments
223

  
224
Version 1.05 (Tue, May 29 2001)
225
* Code cleanup
226
* Eliminated sendmail header warning message
227
* Fixed possible SMTP error
228

  
229
Version 1.03 (Thu, May 24 2001)
230
* Fixed problem where qmail sends out duplicate messages
231

  
232
Version 1.02 (Wed, May 23 2001)
233
* Added multiple recipient and attachment Clear* methods
234
* Added Sendmail public variable
235
* Fixed problem with loading SMTP library multiple times
236

  
237
Version 0.98 (Tue, May 22 2001)
238
* Fixed problem with redundant mail hosts sending out multiple messages
239
* Added additional error handler code
240
* Added AddCustomHeader() function
241
* Added support for Microsoft mail client headers (affects priority)
242
* Fixed small bug with Mailer variable
243
* Added PrintVersion() function
244

  
245
Version 0.92 (Tue, May 15 2001)
246
* Changed file names to class.phpmailer.php and class.smtp.php to match
247
  current PHP class trend.
248
* Fixed problem where body not being printed when a message is attached
249
* Several small bug fixes
250

  
251
Version 0.90 (Tue, April 17 2001)
252
* Intial public release
1
ChangeLog
2

  
3
Version 2.0.3 (November 08 2008)
4
* fixed line 1041 in class.smtp.php (endless loop from missing = sign)
5
* fixed duplicate images in email body
6
* removed English language from language files and made it a default within
7
  class.phpmailer.php - if no language is found, it will default to use
8
  the english language translation
9
* corrected $basedir to $directory
10
* changed default of $LE to "\r\n" to comply with RFC 2822. Can be set by the user
11
  if default is not acceptable
12
* removed trim() from return results in EncodeQP
13
* changed $this->AltBody = $textMsg; to $this->AltBody = html_entity_decode($textMsg);
14
* We have removed the /phpdoc from the downloads. All documentation is now on
15
  the http://phpmailer.codeworxtech.com website.
16

  
17
Version 2.0.2 (June 04 2008)
18

  
19
** NOTE: WE HAVE A NEW LANGUAGE VARIABLE FOR DIGITALLY SIGNED S/MIME EMAILS.
20
   IF YOU CAN HELP WITH LANGUAGES OTHER THAN ENGLISH AND SPANISH, IT WOULD BE
21
   APPRECIATED.
22

  
23
* added S/MIME functionality (ability to digitally sign emails)
24
  BIG THANKS TO "sergiocambra" for posting this patch back in November 2007.
25
  The "Signed Emails" functionality adds the Sign method to pass the private key
26
  filename and the password to read it, and then email will be sent with
27
  content-type multipart/signed and with the digital signature attached.
28
* added ability to define path (mainly for embedded images)
29
  function MsgHTML($message,$basedir='') ... where:
30
  $basedir is the fully qualified path
31
* fixed MsgHTML() function:
32
  - Embedded Images where images are specified by <protocol>:// will not be altered or embedded
33
* fixed the return value of SMTP exit code ( pclose )
34
* addressed issue of multibyte characters in subject line and truncating
35
* added ability to have user specified Message ID
36
  (default is still that PHPMailer create a unique Message ID)
37
* corrected unidentified message type to 'application/octet-stream'
38
* fixed chunk_split() multibyte issue (thanks to Colin Brown, et al).
39
* added check for added attachments
40
* enhanced conversion of HTML to text in MsgHTML (thanks to "brunny")
41

  
42
Version 2.0.1 (Sun, Dec 02 2007)
43
* corrected incorrect version numbers in all three classes
44

  
45
Version 2.0.0 (Sun, Dec 02 2007)
46
* implemented updated EncodeQP (thanks to coolbru, aka Marcus Bointon)
47
* finished all testing, all known bugs corrected, enhancements tested
48
- note: designed for PHP4, but will work with PHP5 (not compatible with
49
  E_STRICT) ... full PHP5 version of PHPMailer released separately.
50
  PHP5 version will NOT work with PHP4.
51

  
52
Version 2.0.0 rc2 (Fri, Nov 16 2007), interim release
53
* implements new property to control VERP in class.smtp.php
54
  example (requires instantiating class.smtp.php):
55
  $mail->do_verp = true;
56
* POP-before-SMTP functionality included, thanks to Richard Davey
57
  (see class.pop3.php & pop3_before_smtp_test.php for examples)
58
* included example showing how to use PHPMailer with GMAIL
59
* fixed the missing Cc in SendMail() and Mail()
60

  
61
******************
62
A note on sending bulk emails:
63

  
64
If the email you are sending is not personalized, consider using the
65
"undisclosed-recipient:;" strategy. That is, put all of your recipients
66
in the Bcc field and set the To field to "undisclosed-recipients:;".
67
It's a lot faster (only one send) and saves quite a bit on resources.
68
Contrary to some opinions, this will not get you listed in spam engines -
69
it's a legitimate way for you to send emails.
70

  
71
A partial example for use with PHPMailer:
72

  
73
$mail->AddAddress("undisclosed-recipients:;");
74
$mail->AddBCC("email1@anydomain.com,email2@anyotherdomain.com,email3@anyalternatedomain.com");
75

  
76
Many email service providers restrict the number of emails that can be sent
77
in any given time period. Often that is between 50 - 60 emails maximum
78
per hour or per send session.
79

  
80
If that's the case, then break up your Bcc lists into chunks that are one
81
less than your limit, and put a pause in your script.
82
*******************
83

  
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff