All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Starfish ETL. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:20, 11 July 2024 Jkuehlthau talk contribs created page Sending an email via SMTP with VBScript (Created page with "<syntaxhighlight lang="visualbasic"> Sub VBScriptProcedure Set objMessage = CreateObject("CDO.Message") objMessage.Subject = "TEST SUBJECT!" objMessage.From = "trevor.walker@techadv.com" objMessage.To = "justin.kuehlthau@techadv.com" objMessage.TextBody = "Test Body" Set objConfig = objMessage.Configuration objConfig.Fields("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 objConfig.Fields("http://schemas.microsoft.com/c...")