I am curious if you have official support for using the .Net Email library on Linux? (and mac while I’m asking). I have a .Net Lambda using the library and I’d like to look into converting into a linux based docker co….../app/build FROM build AS publish RUN dotnet publish "YourProject.csproj"...csproj" -c Release -o /app/publish FROM base AS final WORKDIR /app...