mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 09:56:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			202 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			202 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| 'use strict';
 | |
| 
 | |
| module.exports = {
 | |
|   default: {
 | |
|     provider: 'sendmail',
 | |
|     providerOptions: {},
 | |
|     settings: {
 | |
|       defaultFrom: 'Strapi <no-reply@strapi.io>',
 | |
|     },
 | |
|   },
 | |
|   validator: () => {},
 | |
| };
 | 
