Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 610 Bytes

Mail.md

File metadata and controls

36 lines (22 loc) · 610 Bytes

JW3B\Helpful\Mail

Methods

Name Description
send Send an email.

Mail::send

Description

public static send (string $to, string $from, string $subject, string $message, array $header)

Send an email.

Parameters

  • (string) $to : The recipient's email address.* (string) $from : Senders email address.* (string) $subject : The subject of the email.* (string) $message : The email message.* (array) $header : Additional headers. Return Values

bool

True if the email was sent successfully, false otherwise.