Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

mail laravel

/**
 * Build the message.
 *
 * @return $this
 */
public function build()
{
    return $this->from('example@example.com')
                ->markdown('emails.orders.shipped', [
                    'url' => $this->orderUrl,
                ]);
}
Source by laravel.com #
 
PREVIOUS NEXT
Tagged: #mail #laravel
ADD COMMENT
Topic
Name
2+6 =