Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 22cabdc

Browse files
author
Jamie Snape
committed
Fix missing SendGrid configuration form elements
1 parent bc3b7cd commit 22cabdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/mail/configs/module.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
fullname = "Mail"
55
description = "Send informational messages using email"
66
category = "Messaging"
7-
uuid = b902fded-6820-4dad-8094-e9ef13143e32
7+
uuid = "b902fded-6820-4dad-8094-e9ef13143e32"
88
version = "1.0.0"

modules/mail/forms/Admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ public function init()
9191
$submit = new Zend_Form_Element_Submit('submit');
9292
$submit->setLabel('Save');
9393

94-
$this->addElements(array($csrf, $provider, $fromAddress, $addressVerification, $smtpHost, $smtpPort, $smtpUseSsl, $smtpUsername, $smtpPassword, $submit));
94+
$this->addElements(array($csrf, $provider, $fromAddress, $addressVerification, $sendGridUsername, $sendGridPassword, $smtpHost, $smtpPort, $smtpUseSsl, $smtpUsername, $smtpPassword, $submit));
9595
}
9696
}

0 commit comments

Comments
 (0)