Portál AbcLinuxu, 30. listopadu 2025 05:18
def posli_mail(user_from, user_to, the_email)
begin
Net::SMTP.start('smtp.localnet.sk', 25) do |smtpclient|
smtpclient.send_message(the_email, user_from, user_to)
end
rescue Exception => e
print "Exception occured: " + e
end
endA do tohoto by som rad i binarnu prilohu posielal.
Manual som cital ale tam moc o prilohach nie je.
Vdaka
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.