Searched refs:attachContent (Results 1 – 2 of 2) sorted by relevance
226 $mail->attachContent('some test data', 'text/plain', 'a text.txt');
105 public function attachContent($data, $mime, $name = '', $embed = '') function in Mailer