Send mail from Dot NET Core Web API with attachments | .NET 7.0 mail sending using mailkit

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ม.ค. 2025
  • #dotnet7 #webapi #nihiratechiees #mailkit
    This video explains sending mail from dot net core 7.0 web API
    It covers below scenarios
    1, Send mail with plain text.
    2, Send mail with html content
    3, Send mail with attachment
    4, Send mail with multiple attachment
    Package used
    -------------------------
    MimeKit
    MailKit
    GitHub Source code link
    =====================
    github.com/nih...
    Join this channel to get access to perks:
    / @nihiratechiees

ความคิดเห็น • 50

  • @hugnt
    @hugnt ปีที่แล้ว

    wow, you did a good job bro, my program worked smoothly which I could not see in any other channels

  • @being_aslam_tiger
    @being_aslam_tiger ปีที่แล้ว

    Hey really huge huge huge thanks for creating this video. ❣

  • @pavipriya6658
    @pavipriya6658 11 หลายเดือนก่อน

    very very useful sir..Thank you so much

    • @NihiraTechiees
      @NihiraTechiees  11 หลายเดือนก่อน

      You are most welcome

  • @Lordbolaji
    @Lordbolaji ปีที่แล้ว

    Hello, the video is much appreciated. Gracias🙏

  • @hugnt
    @hugnt ปีที่แล้ว

    I have a problem when importing image into "src" of img tag, I want to take the imge in localhost then show it in body of html when sending email, how can I do that?

  • @marcosvinicios9904
    @marcosvinicios9904 11 หลายเดือนก่อน

    MailKit.Security.SslHandshakeException: An error occurred while attempting to establish an SSL or TLS connection.
    Help?

  • @vaipara
    @vaipara 11 หลายเดือนก่อน

    the response is 200ok but mail didn't reach at the mail why ??

    • @NihiraTechiees
      @NihiraTechiees  11 หลายเดือนก่อน

      Also check spam folder

    • @vaipara
      @vaipara 11 หลายเดือนก่อน

      thankyou for reply i checked spam folder
      but it didn't seen
      @@NihiraTechiees

  • @chatgptmonika
    @chatgptmonika 4 หลายเดือนก่อน

    how to read the email and save the text file ..?

  • @bakunyaa
    @bakunyaa 10 หลายเดือนก่อน

    nice video sir, thanks!

  • @nedariyamohd6736
    @nedariyamohd6736 8 หลายเดือนก่อน

    what if we want to use office365 smtp config what will be the changes for the existing code

    • @NihiraTechiees
      @NihiraTechiees  8 หลายเดือนก่อน

      Let me check and let you know

  • @duongha5903
    @duongha5903 ปีที่แล้ว

    very useful video

  • @jayakumar2927
    @jayakumar2927 ปีที่แล้ว

    Good one

  • @NikhilRathore-b5u
    @NikhilRathore-b5u ปีที่แล้ว

    I'm getting runtime error on smtp.Connect , not sure why

  • @vaipara
    @vaipara 11 หลายเดือนก่อน

    response 200 but mail didn't reach ??

    • @NihiraTechiees
      @NihiraTechiees  11 หลายเดือนก่อน

      Just debug see step by step whether it's breaking somewhere.

  • @paviyarasanbussiness
    @paviyarasanbussiness ปีที่แล้ว

    Thank you

  • @pavipriya6658
    @pavipriya6658 11 หลายเดือนก่อน

    but how to do this without hardcoding...can you give me any examples..please

    • @NihiraTechiees
      @NihiraTechiees  11 หลายเดือนก่อน

      Email conten( body) ?

  • @nurtilekalibekov4360
    @nurtilekalibekov4360 10 หลายเดือนก่อน

    If you encounter the error "An attempt to establish a connection was unsuccessful because the connected party did not respond properly, or the established connection was broken due to a wrong response from the connected computer," try using SSL instead of StartTLS and change the port to 465.

    • @NihiraTechiees
      @NihiraTechiees  10 หลายเดือนก่อน

      Thanks for sharing knowledge👍

  • @IspeckDigitalSolutionsPrivateL
    @IspeckDigitalSolutionsPrivateL ปีที่แล้ว

    You save me today :)

  • @omkardoke4649
    @omkardoke4649 10 หลายเดือนก่อน

    Thanks

  • @pavipriya6658
    @pavipriya6658 11 หลายเดือนก่อน

    email content, i want to send mail to multiple user...in properties i want to add attachment also

    • @NihiraTechiees
      @NihiraTechiees  11 หลายเดือนก่อน

      Will create separate video for that

    • @jayashreevenkatesan151
      @jayashreevenkatesan151 9 หลายเดือนก่อน

      @@NihiraTechiees Just do it ,I'm in need of that

  • @aksharanatureworld
    @aksharanatureworld ปีที่แล้ว

  • @jobins8752
    @jobins8752 ปีที่แล้ว

    Good content bro in same way phone notifications how ?

    • @NihiraTechiees
      @NihiraTechiees  ปีที่แล้ว +1

      Let's cover future videos

    • @jobins8752
      @jobins8752 ปีที่แล้ว

      @@NihiraTechiees waiting bro

  • @pavipriya6658
    @pavipriya6658 11 หลายเดือนก่อน

    body also

  • @VijayKumar-fq4ie
    @VijayKumar-fq4ie ปีที่แล้ว

    Good one but u make this video too late.

    • @NihiraTechiees
      @NihiraTechiees  ปีที่แล้ว +1

      Yes bro, similar scenario came in my task. So did some research. That concept I am just sharing