Class Mail
Mail provides functionality to compose and send both text and MIME-compliant multipart e-mail messages.
- Nette\Object
- 
			 Nette\Mail\MailMimePart Nette\Mail\MailMimePart
- 
			 Nette\Mail\Mail Nette\Mail\Mail
| 
			
			 public 
			
			
			 | |
| 
			
			 public 
			 | |
| 
			
			 public 
			array
			
			 | |
| 
			
			 public 
			 | |
| 
			
			 public 
			 | |
| 
			
			 public 
			string
			
			 | |
| 
			
			 public 
			 | |
| 
			
			 public 
			 | |
| 
			
			 public 
			 | |
| 
			
			 public 
			 | |
| 
			
			 public 
			string
			
			 | |
| 
			
			 public 
			 | |
| 
			
			 public 
			integer
			
			 | |
| 
			
			 public 
			 | |
| 
			
			 public 
			mixed
			
			 | |
| 
			
			 public 
			 | 
		#
		 addEmbeddedFile( string $file, string $content = NULL, string $contentType = NULL )Adds embedded file. | 
| 
			
			 public 
			 | 
		#
		 addAttachment( string $file, string $content = NULL, string $contentType = NULL )Adds attachment. | 
| 
			
			 public 
			
			
			 | |
| 
			
			 public 
			 | |
| 
			
			 public 
			 | |
| 
			
			 protected 
			
			
			 | |
| 
			
			 protected 
			
			
			 | |
| 
			
			 protected 
			
			
			 | 
| 
addPart(), 
clearHeader(), 
generateMessage(), 
getBody(), 
getEncodedHeader(), 
getEncoding(), 
getHeader(), 
getHeaders(), 
setBody(), 
setContentType(), 
setEncoding(), 
setHeader()
		 | 
| 
__call(), 
__callStatic(), 
__get(), 
__isset(), 
__set(), 
__unset(), 
extensionMethod(), 
getReflection()
		 | 
| 
			
			integer
		 | 
				HIGH
		 | 1 | 
			#
			 Priority | 
| 
			
			integer
		 | 
				NORMAL
		 | 3 | |
| 
			
			integer
		 | 
				LOW
		 | 5 | 
| 
ENCODING_7BIT, 
ENCODING_8BIT, 
ENCODING_BASE64, 
ENCODING_QUOTED_PRINTABLE
		 | 
| 
			
			public static
			 | $defaultMailer | 'Nette\Mail\SendmailMailer' | |
| 
			
			public static
			array
		 | $defaultHeaders | array(
	'MIME-Version' => '1.0',
	'X-Mailer' => 'Nette Framework',
) |