Skip to content

iv2500/docker-mhsendmail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

docker-mhsendmail

Docker wrapper for mhsendmail

Usage

As a standalone tool

docker run aheadworks/mhsendmail --from="[email protected]" [email protected] ...

As a source of compiled mhsendmail in your image, e.g. PHP devboxes with Mailhog linked

FROM aheadworks/mhsendmail as mhsendmail
FROM your/phpbox
# ...
COPY --from=mhsendmail /usr/bin/mhsendmail /usr/bin/mhsendmail
RUN echo "sendmail_path=/usr/bin/mhsendmail --smtp-addr \$MAIL_HOST:25 " > /usr/local/etc/php/conf.d/sendmail.ini

About

mhsendmail in docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%