How to quickly send email using SMTP server

Target audience: System Administrators Used tools: MS PowerShell What’s the purpose: Quickly send email I find a PowerShell command for easier sending email – such as testing smtp connections on a server. You do not then need to install telnet client. https://community.spiceworks.com/topic/2215186-test-email-flow-from-command-prompt And here is an example : exchange-server is name of smtp server –… Continue reading How to quickly send email using SMTP server

Published
Categorized as PowerShell

Programmatically generate MS Word files using Interop in .Net Core

Target audience: c# Used tools: c#, .Net Core What’s the purpose: Programmatically generate MS Word files using Interop in .Net Core Well, I need an app to make Word files with data from Excel file.Searching in internet a find this tutorial: https://dottutorials.net/programmatically-generate-word-files-using-interop-in-net-core/ If i have to ‘rate’ it – the rating will be ‘Wow’ !At… Continue reading Programmatically generate MS Word files using Interop in .Net Core

Published
Categorized as .Net Core, C#