Bug report
Around line 75 of the Autoresponder file, the getOption() calls for $mailFrom, $mailSender, and $mailFromName should have true as a final argument so they'll take the default value if they exist in the properties but are empty.
Without this change, the emails can fail to be sent.
Bug report
Around line 75 of the Autoresponder file, the
getOption()calls for$mailFrom,$mailSender, and$mailFromNameshould havetrueas a final argument so they'll take the default value if they exist in the properties but are empty.Without this change, the emails can fail to be sent.