Skip to content

This Docker image add ssmtp service to official Docker Php7 Apache image.

Notifications You must be signed in to change notification settings

stefangries/docker-php-ssmtp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Php7 + Apache + SSMTP

This image add ssmtp service to official Docker Php7 Apache image.

With ssmtp* you can use buildin mail Php function to send mails via smtp server.

This image enable also Apache Rewrite mod, RewriteEngine can be used in .htaccess.

version: '3'
services:
  apache:
    image: harobed/php-ssmtp:7-apache
    environment:
      - SSMTP_HOST=postfix
      - SSMTP_PORT=25
    ports:
      - 80

About

This Docker image add ssmtp service to official Docker Php7 Apache image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 35.4%
  • Dockerfile 29.6%
  • HTML 23.7%
  • Makefile 6.2%
  • Shell 5.1%