mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 08:17:32 -05:00 
			
		
		
		
	
						commit
						31a7074ee5
					
				@ -63,9 +63,9 @@ class SupportMessageSent extends Mailable
 | 
			
		||||
        $db = str_replace("db-ninja-", "", $company->db);
 | 
			
		||||
 | 
			
		||||
        if(Ninja::isHosted())
 | 
			
		||||
            $subject = "{$priority}Hosted-{$company->db} :: {$plan} :: ".date('M jS, g:ia');
 | 
			
		||||
            $subject = "{$priority}Hosted-{$db} :: {ucfirst($plan)} :: ".date('M jS, g:ia');
 | 
			
		||||
        else
 | 
			
		||||
            $subject = "{$priority}Self Hosted :: {$plan} :: ".date('M jS, g:ia');
 | 
			
		||||
            $subject = "{$priority}Self Hosted :: {ucfirst($plan)} :: ".date('M jS, g:ia');
 | 
			
		||||
 | 
			
		||||
        return $this->from(config('mail.from.address'), $user->present()->name()) 
 | 
			
		||||
                ->replyTo($user->email, $user->present()->name())
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user