Subversion Repositories eFlore/Applications.del

Rev

Rev 1787 | Rev 1790 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1787 Rev 1789
Line 29... Line 29...
29
			'X-Mailer: PHP-DEL-SCRIPTS'.$eol.
29
			'X-Mailer: PHP-DEL-SCRIPTS'.$eol.
30
			'X-auth-smtp-user: '.$emailExpediteur.$eol.
30
			'X-auth-smtp-user: '.$emailExpediteur.$eol.
31
			'X-abuse-contact: '.$emailExpediteur.$eol.
31
			'X-abuse-contact: '.$emailExpediteur.$eol.
32
			'Date: '.$dateHeure.$eol.
32
			'Date: '.$dateHeure.$eol.
33
			'From: '.$emailExpediteur.$eol.
33
			'From: '.$emailExpediteur.$eol.
-
 
34
			'Reply-To: '.$this->conteneur->getParametre('adresse_reponse').$eol.
34
			'MIME-Version: 1.0'.$eol.
35
			'MIME-Version: 1.0'.$eol.
35
			"Content-Type: multipart/alternative; boundary=\"$limite\";".$eol.$eol;
36
			"Content-Type: multipart/alternative; boundary=\"$limite\";".$eol.$eol;
Line 36... Line 37...
36
 
37
 
37
		// le message en html est préféré s'il est lisible
38
		// le message en html est préféré s'il est lisible
Line 65... Line 66...
65
			'X-Mailer: PHP-DEL-SCRIPTS'.$eol.
66
			'X-Mailer: PHP-DEL-SCRIPTS'.$eol.
66
			'X-auth-smtp-user: '.$emailExpediteur.$eol.
67
			'X-auth-smtp-user: '.$emailExpediteur.$eol.
67
			'X-abuse-contact: '.$emailExpediteur.$eol.
68
			'X-abuse-contact: '.$emailExpediteur.$eol.
68
			'Date: '.$dateHeure.$eol.
69
			'Date: '.$dateHeure.$eol.
69
			'From: '.$emailExpediteur.$eol.
70
			'From: '.$emailExpediteur.$eol.
-
 
71
			'Reply-To: '.$this->conteneur->getParametre('adresse_reponse').$eol.
70
			'MIME-Version: 1.0'.$eol.
72
			'MIME-Version: 1.0'.$eol.
71
			"Content-Type: text/plain; charset=\"$encodage\";".$eol.$eol;
73
			"Content-Type: text/plain; charset=\"$encodage\";".$eol.$eol;
Line 72... Line 74...
72
 
74
 
73
		// le message en html est préféré s'il est lisible
75
		// le message en html est préféré s'il est lisible