Updated mail files

This commit is contained in:
Kwesi Banson Jnr
2026-08-04 17:42:25 +00:00
parent 2cfcfade4e
commit 4378f199cc
2 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ class UserRegistration extends Mailable
public function build()
{
// return $this->view('view.name');
return $this->from('your_email@example.com')
return $this->from('target@example.com')
->subject('Welcome to Airtime Sales Portal')
->view('emails.newuser')
->with('details', $this->newUser);