C:\HostingSpace\web1\toms.nu\wwwroot\toms\INFOUNIT\DL.htm
Der Pfad wurde nicht gefunden.
ERROR Mailer.BodyText = MBodyText
end if
' Attachmant wird nur dann gesendet wenn ein Path\File angegeben wurde
If not Trim (MAttachment) = "" then Mailer.AddAttachment MAttachment
if not Mailer.SendMail then
Response.Write "Mail send failure. Error was " & Mailer.Response
end if
end sub
%>