Skip to content

Commit

Permalink
Remove old mandrill setting that never saw the day of light
Browse files Browse the repository at this point in the history
  • Loading branch information
Hubert Prein committed Jun 12, 2017
1 parent 26fe4ed commit 20e76dc
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ You have the option to export your submissions per form. You'll be able to choos

### Settings

There's a general setting called **Use Mandrill for email**, which will be implemented later on. By default, the anti-spam is activated for your forms, but there's also an option to activate Google reCAPTCHA.
By default, the anti-spam is activated for your forms, but there's also an option to activate Google reCAPTCHA.

![General](https://raw.githubusercontent.com/am-impact/am-impact.github.io/master/img/readme/amforms/general.png "General")

Expand Down
4 changes: 0 additions & 4 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
'name' => 'Fields per set',
'value' => 8,
),
array(
'name' => 'Use Mandrill for email',
'value' => false,
),
array(
'name' => 'Bcc email address',
'value' => '',
Expand Down
7 changes: 0 additions & 7 deletions templates/settings/general.twig
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@
value: general.fieldsPerSet.value,
instructions: 'The amount of fields per set in the form layout designer.'|t
}) }}
{{ forms.lightswitchField({
label: general.useMandrillForEmail.name|t,
id: general.useMandrillForEmail.handle,
name: general.useMandrillForEmail.handle,
on: general.useMandrillForEmail.value,
instructions: 'Switching this on will require a&m mailer in order to work.'|t
}) }}
{{ forms.textField({
label: general.bccEmailAddress.name|t,
id: general.bccEmailAddress.handle,
Expand Down
1 change: 0 additions & 1 deletion translations/de.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@
'Total submissions' => 'Anzahl Übertragungen',
'Total submissions that met the criteria' => 'Anzahl Übertragungen, die den Kriterien entsprechen',
'Use Google reCAPTCHA in forms.' => 'Google reCAPTCHA in Formularen verwenden.',
'Use Mandrill for email' => 'Mandrill für E-Mail verwenden',
'Use this if you want to submit the form to a different URL.' => 'Benutzen Sie dies, wenn sie das Formular an eine andere URL senden möchten.',
'Used at' => 'Verwendet bei',
'Value' => 'Wert',
Expand Down
1 change: 0 additions & 1 deletion translations/de_at.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@
'Total submissions' => 'Anzahl Übertragungen',
'Total submissions that met the criteria' => 'Anzahl Übertragungen, die den Kriterien entsprechen',
'Use Google reCAPTCHA in forms.' => 'Google reCAPTCHA in Formularen verwenden.',
'Use Mandrill for email' => 'Mandrill für E-Mail verwenden',
'Use this if you want to submit the form to a different URL.' => 'Benutzen Sie dies, wenn sie das Formular an eine andere URL senden möchten.',
'Used at' => 'Verwendet bei',
'Value' => 'Wert',
Expand Down
1 change: 0 additions & 1 deletion translations/de_ch.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@
'Total submissions' => 'Anzahl Übertragungen',
'Total submissions that met the criteria' => 'Anzahl Übertragungen, die den Kriterien entsprechen',
'Use Google reCAPTCHA in forms.' => 'Google reCAPTCHA in Formularen verwenden.',
'Use Mandrill for email' => 'Mandrill für E-Mail verwenden',
'Use this if you want to submit the form to a different URL.' => 'Benutzen Sie dies, wenn sie das Formular an eine andere URL senden möchten.',
'Used at' => 'Verwendet bei',
'Value' => 'Wert',
Expand Down
1 change: 0 additions & 1 deletion translations/de_de.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@
'Total submissions' => 'Anzahl Übertragungen',
'Total submissions that met the criteria' => 'Anzahl Übertragungen, die den Kriterien entsprechen',
'Use Google reCAPTCHA in forms.' => 'Google reCAPTCHA in Formularen verwenden.',
'Use Mandrill for email' => 'Mandrill für E-Mail verwenden',
'Use this if you want to submit the form to a different URL.' => 'Benutzen Sie dies, wenn sie das Formular an eine andere URL senden möchten.',
'Used at' => 'Verwendet bei',
'Value' => 'Wert',
Expand Down
1 change: 0 additions & 1 deletion translations/nl.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@
'Total submissions' => 'Aantal inzendingen',
'Total submissions that met the criteria' => 'Aantal inzendingen die aan criteria voldoen',
'Use Google reCAPTCHA in forms.' => 'Gebruik Google reCAPTCHA in formulieren.',
'Use Mandrill for email' => 'Gebruik Mandrill voor e-mail',
'Use this if you want to submit the form to a different URL.' => 'Gebruik dit als u het formulier wilt verzenden naar een andere URL.',
'Used at' => 'Gebruikt bij',
'Value' => 'Waarde',
Expand Down

0 comments on commit 20e76dc

Please sign in to comment.