mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 01:17:30 -05:00 
			
		
		
		
	Fix for email from
This commit is contained in:
		
							parent
							
								
									439a7ee867
								
							
						
					
					
						commit
						08cc427a36
					
				@ -154,7 +154,7 @@ class Mailer
 | 
			
		||||
            $client = new PostmarkClient(config('services.postmark'));
 | 
			
		||||
            $message = [
 | 
			
		||||
                'To' => $toEmail,
 | 
			
		||||
                'From' => $fromEmail,
 | 
			
		||||
                'From' => "{$fromName} <{$fromEmail}>",
 | 
			
		||||
                'ReplyTo' => $replyEmail,
 | 
			
		||||
                'Subject' => $subject,
 | 
			
		||||
                'TextBody' => $textBody,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user