Skip to content

Commit

Permalink
Merge pull request #975 from ushahidi/hotfix/972-email-option
Browse files Browse the repository at this point in the history
Add email address to config options
  • Loading branch information
jasonmule committed Mar 11, 2016
2 parents 9de3a64 + ac02493 commit d9e5e03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/data-provider-email/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@
'placeholder' => 'Email account password',
'rules' => array('required')
),
'from' => array(
'label' => 'Email Address',
'input' => 'text',
'description' => 'This will be used to send outgoing emails',
'rules' => array('required')
),
'from_name' => array(
'label' => 'Email Sender Name',
'input' => 'text',
Expand Down

0 comments on commit d9e5e03

Please sign in to comment.