forked from External/greenlight
GRN-93: Fix for issue with excesive requests to LB (#447)
* Fix for issue with excesive requests to lb * Fixed issue with rspec on users not passing when run alone * Include dotenv in production
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
# with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
class UserMailer < ApplicationMailer
|
||||
default from: Rails.configuration.email_sender
|
||||
default from: Rails.configuration.smtp_sender
|
||||
|
||||
def verify_email(user, url)
|
||||
@user = user
|
||||
|
Reference in New Issue
Block a user