v1.0.0
English

Email.php

system/Email/Email.php
1 class 64 methods

class Email

CodeIgniter Email Class Permits email to be sent using Mail, Sendmail, or SMTP.
__construct ($config = null) public
initialize ($config) public
clear ($clearAttachments = false) public
setFrom ($from, $name = '', $returnPath = null) public
setReplyTo ($replyto, $name = '') public
setTo ($to) public
setCC ($cc) public
setBCC ($bcc, $limit = '') public
setSubject ($subject) public
setMessage ($body) public
attach ($file, $disposition = '', $newname = null, $mime = '') public
setAttachmentCID ($filename) public
setHeader ($header, $value) public
stringToArray ($email) protected
setAltMessage ($str) public
setMailType ($type = 'text') public
setWordWrap ($wordWrap = true) public
setProtocol ($protocol = 'mail') public
setPriority ($n = 3) public
setNewline ($newline = "\n") public
setCRLF ($CRLF = "\n") public
getMessageID () protected
getProtocol () protected
getEncoding () protected
getContentType () protected
setDate () protected
getMimeMessage () protected
validateEmail ($email) public
isValidEmail ($email) public
cleanEmail ($email) public
getAltMessage () protected
wordWrap ($str, $charlim = null) public
buildHeaders () protected
writeHeaders () protected
buildMessage () protected
attachmentsHaveMultipart ($type) protected
appendAttachments (&$body, $boundary, $multipart = null) protected
prepQuotedPrintable ($str) protected
prepQEncoding ($str) protected
send ($autoClear = true) public
batchBCCSend () public
unwrapSpecials () protected
removeNLCallback ($matches) protected
spoolEmail () protected
validateEmailForShell (&$email) protected
sendWithMail () protected
sendWithSendmail () protected
sendWithSmtp () protected
SMTPEnd () protected
SMTPConnect () protected
sendCommand ($cmd, $data = '') protected
SMTPAuthenticate () protected
sendData ($data) protected
getSMTPData () protected
getHostname () protected
printDebugger ($include = ['headers', 'subject', 'body']) public
printDebuggerRaw () private
setErrorMessage ($msg) protected
mimeTypes ($ext = '') protected
__destruct () public
strlen ($str) protected
substr ($str, $start, $length = null) protected
setArchiveValues () protected
isSMTPConnected () protected
phpDG v1.0.0 Email.php 662 files 498 classes 763 fn
Generated