Skip to content

Commit cd9c447

Browse files
committed
add missing require line
1 parent 0021eaf commit cd9c447

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lib/mailhandler/sending/smtp.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# frozen_string_literal: true
22

33
require_relative 'base'
4+
require_relative "../extensions/mail/smtp"
45

56
module MailHandler
67
module Sending

lib/mailhandler/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module MailHandler
4-
VERSION = '1.0.58'
4+
VERSION = '1.0.59'
55
end

0 commit comments

Comments
 (0)