Skip to content

Latest commit

 

History

History
90 lines (33 loc) · 873 Bytes

JSMF-Email.md

File metadata and controls

90 lines (33 loc) · 873 Bytes

JSMF\Email

  • Class name: Email
  • Namespace: JSMF

Properties

$fromEmail

public mixed $fromEmail = null
  • Visibility: public
  • This property is static.

$fromName

public mixed $fromName = null
  • Visibility: public
  • This property is static.

$replyTo

public mixed $replyTo = null
  • Visibility: public
  • This property is static.

$charset

public mixed $charset = 'utf-8'
  • Visibility: public
  • This property is static.

Methods

send

mixed JSMF\Email::send(\JSMF\string $to, \JSMF\string $subject, \JSMF\string $body, array $additionalHeaders)
  • Visibility: public
  • This method is static.

Arguments

  • $to JSMF\string
  • $subject JSMF\string
  • $body JSMF\string
  • $additionalHeaders array