Skip to content

v1.0.4

Compare
Choose a tag to compare
@ruchirkakkad ruchirkakkad released this 13 Oct 08:44
· 2 commits to master since this release

send email with attachment,

$attachmentsArray = ['your file full public path'];
Communicator::sendEmail('email',
'subject', 'message',
$attachmentsArray
);