This function allows you to send emails using SMTP and beautifully designed email templates.
Parameters
Usage
use Simcify\Mail;
Mail::send(
"john@example.com",
"Thank you for your purchase!"
array(
"message" => "Your order has been received and is being processed",
),
"basic"
);Basic template
screenshot

Sample array
Template with button
screenshot

Sample array
Invoice Template
screenshot

Sample array
Last updated