
Contents tagged with Email
Send Email by using .Net via SMTP-Server
Sometimes it’s easier to send an Email without using the Outlook Object Modell. The .Net Framework already has the capability to send emails using a SMTP-Server.This snippet sends an Email using … more
Send Email by Script or Batch command
Sometimes you want to send Email using a Script or a batch file. You can use an external .exe as a tool, but if you have a SMTP-Server in your network reachable, you can use this simple vbs script. … more