I'm getting an error on my Status Report page stating:
Printer, email and PDF versions - Send by email
Incompatible Mail System setting detected
The send by email module requires the use of the DefaultMailSystem, please configure it in the Mail System Settings page.
So, I want to create a new "Class" and I find the send by email module in the dropdown list.
What do I put in there for the "Key" for that module? Does each module already have one implmented in it's code or do I just make something up that can't possibly be used by another module like "sendbymail123XYZyeah"?
The limited overview/instructions state the key part is optional, but what does it do and what is my next step?
Comments
Comment #1
Anonymous (not verified) commentedI had the same question. 'KEY' is not document anywhere on mailsystem documentation. I have found out that it is required for use with the webform module;
In order to get webform to work with SMTP auth mail delivery module, you will need to set the webform module and its key on MailsSystem's configuration page;
'KEY' seems to be defined as the name of the; form action, action or mail handler sub-module of the module sending the email. I am not sure either? but i would also like some clarification on this.
Comment #2
deanflory commentedI'm totally surprised no maintainer can answer this simple and required question that explains 1 out of 3 fields for this module. More than a year now. Here's what I found with a search:
http://www.beyondspotsanddots.com/how-use-drupals-mail-system-module-d7-2x
Comment #3
berdirThat's because there is no maintainer (For 7.x, anyway). You might have noticed that there were a handful of commits last august and nothing before for more than a year.
And also because the issue queue is a crappy support system, I'd recommend to use Drupal answers which has a bunch of easily findable answers about this topic: http://drupal.stackexchange.com/search?q=mail+key.
Comment #4
deanflory commentedThanks Berdir!
Comment #6
aiphesHy
FYI, the key is the ID of the form, and you can find it on the
admin/structure/webform/manage/ID/settingspage.Then you get it in the general parameters section.