Send-MailKitMessage icon indicating copy to clipboard operation
Send-MailKitMessage copied to clipboard

A replacement for PowerShell's obsolete Send-MailMessage implementing the Microsoft-recommended MailKit library.

Results 16 Send-MailKitMessage issues
Sort by recently updated
recently updated
newest added

Hello, I hope you are well. I would like to thank you for your project - it has been very helpful in solving many problems. Could you please advise me...

Do I need to download and import the corresponding dll separately? ![Image](https://github.com/user-attachments/assets/57125700-0efd-451e-a460-9db8a25d261a)

Hey Dude, i'm using this prog and it's fine. But i need an Option to disable to using SSL, because i'm under linux and use my own local postfix to...

This could be usefull to get generated message and store it through IMAP protocol.

Added a new `InlineImages` parameter of type `Hashtable`. - Allows embedding images in the HTML body using content IDs. - Uses `MimePart` with `ContentDisposition = inline` and adds them to...

When running from Linux we get the following error: `Send-MailKitMessage: The SMTP server has unexpectedly disconnected.` PowerShell version: 7.3.4 Send-MailKitMessage version: 3.2.0