microsoft / iis-docker

Dockerfile for IIS
https://hub.docker.com/r/microsoft/iis/
MIT License
293 stars 129 forks source link

How to install smtp feature? #126

Closed gprashanthkumar closed 6 years ago

gprashanthkumar commented 6 years ago

Hi, Any idea on getting SMTP service enabled on IIS-docker? without which we cannot take our site onto container.

bariscaglar commented 6 years ago

SMTP is not owned by the IIS team, but it would be enabled just as well as any feature using dism or PS Cmdlet Enable-WindowsOptionalFeature.

Here is a link that contains an example for enabling FastCGI using dism.