Im not receaving an email Dow anyone knows why?

51 views
Skip to first unread message

maloochpich mgh

unread,
Jul 9, 2015, 12:31:29 AM7/9/15
to mail...@googlegroups.com
Hello ,
Im running this code and not be able to receiving any email , does anyone know where is the problem?

at_exit do

Mail.defaults do
delivery_method :smtp, address:"myaddress", openssl_verify_mode:'none'
end

mail = Mail.new do
from 'te...@email.com'
to 'te...@email.com'
subject 'Here is the image you wanted'
body File.read(ROOT_DIR + '/result/test.txt')
end

mail.deliver!
end

Reply all
Reply to author
Forward
0 new messages