Skip to content

Instantly share code, notes, and snippets.

@karson
Created August 4, 2022 16:13
Show Gist options
  • Save karson/b65009fd1373e238f72e598cc6113317 to your computer and use it in GitHub Desktop.
Save karson/b65009fd1373e238f72e598cc6113317 to your computer and use it in GitHub Desktop.

Revisions

  1. karson created this gist Aug 4, 2022.
    3 changes: 3 additions & 0 deletions send_email_laravel.php
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    <?php

    Mail::raw('Hello World!', function($msg) {$msg->to('[email protected]')->subject('Test Email'); });