이것은 이메일 첨부 파일을 추가합니다.
AddAttachement ( string $filename , [ string $fileType = null ], [ string $data = null ]) 공극 AddAttachement (문자열 $ 파일 이름, [문자열 $ 파일 형식 = NULL], [문자열 $ 데이터 = NULL])
- $filename : the filename of the attachment 문자열 $ 파일 이름 : 첨부 파일의 파일 이름
- $fileType : the file type of the attachment 문자열 $ 파일 형식 : 첨부 파일의 파일 형식
- $data : of the attachment this is not needed as it can be retrieved from the filename. 문자열 $ 데이터 : 그것은 파일 이름에서 검색될 수로 첨부 파일이 필요하지 않습니다.
이것은 숨은 이메일 주소 목록에 이메일 주소를 추가
AddBCC ( string $address ) 무효 AddBCC (문자열 $ 주소)
- $address : the email address to add 문자열 $ 주소 : 추가할 수있는 이메일 주소
이것은 탄소 복사 이메일 주소 목록에 이메일 주소를 추가
AddCC ( string $address ) 무효 AddCC (문자열 $ 주소)
- $address : the email address to add 문자열 $ 주소 : 추가할 수있는 이메일 주소
이것은 단순한 이메일 작업을하게 이메일 주소로 템플릿 본문을 추가합니다.
$ templatedFilename 후 모든 매개 변수는 다음 템플릿에 사용됩니다. 이 메서드에 전달되는 적어도 두 개의 매개 변수가 있어야합니다.
AddTemplatedBody ( string $templateFilename ) 무효 AddTemplatedBody (문자열 $ templateFilename)
- $templateFilename : the filename of the templated body 문자열 $ templateFilename : 템플릿 신체의 이름
이것은 이메일 주소에 대한 목록에 이메일 주소를 추가
AddTo ( string $address ) 무효 AddTo (문자열 $ 주소)
- $address : the email address to add 문자열 $ 주소 : 추가할 수있는 이메일 주소
이것은 이메일을 보냅니다.
Send () () 보내기 무효화
__get ( 공극 __ 구하기 ( ) 은 $ var)
__set ( 공극 __ 세트 ( , 은 $ var, ) $ varValue)
__toString () 공극 __의 toString ()