Guest User

Untitled

a guest
Aug 12th, 2018
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. $support_email = 'addon.akbar@gmail.com';
  2. define('SUPPORT_EMAIL', $support_email);
  3.  
  4. public function testcron(){
  5.  
  6. $email = new Email('default');
  7. $email->from(['aon.akbarali@gmail.com' => 'My Site'])
  8. ->to('aon.ashish@gmail.com')
  9. ->subject('About')
  10. ->send('My message');
  11. }
Add Comment
Please, Sign In to add comment