Send full message
parent
19652e79c3
commit
ceaf7440a7
|
@ -166,7 +166,7 @@ module Exploit::Remote::SMTPDeliver
|
|||
full_msg << date
|
||||
full_msg << subject unless subject.nil?
|
||||
full_msg << data
|
||||
send_status = raw_send_recv("#{data}\r\n.\r\n", nsock)
|
||||
send_status = raw_send_recv("#{full_msg}\r\n.\r\n", nsock)
|
||||
end
|
||||
|
||||
if not already_connected
|
||||
|
|
Loading…
Reference in New Issue