Extract mailer from name and address to a setting
This commit is contained in:
@@ -81,3 +81,8 @@ Setting['banner-img.banner-img-three'] = "Banner image 3"
|
||||
# Proposal notifications
|
||||
Setting['proposal_notification_minimum_interval_in_days'] = 3
|
||||
Setting['direct_message_max_per_day'] = 3
|
||||
|
||||
# Email settings
|
||||
Setting['mailer_from_name'] = 'Consul'
|
||||
Setting['mailer_from_address'] = 'noreply@consul.es'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user