Skip to content

nginx with PHP and and configurable sSMTP based on efaille/nginx-php-ssmtp and mkaag/phpfpm

Notifications You must be signed in to change notification settings

paulroemer/ubuntu-nginx-php-ssmtp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ubuntu-nginx-php-ssmtp

nginx with PHP and configurable sSMTP based on efaille/nginx-php-ssmtp and mkaag/phpfpm

Usage

docker run -d \
-e "SMTP_HOST=mail.domain.com:587" \
-e "SMTP_DOMAIN=domain.com" \
-e "SMTP_TLS=YES" \
-e "SMTP_STARTTLS=YES" \
-e "SMTP_USERNAME=username" \
-e "SMTP_PASSWORD=password" \
-p 80:80 \
panderpeter/ubuntu-nginx-php-ssmtp

Compose

I've added a compose file for easier usage. Check it out from my repo.

About

nginx with PHP and and configurable sSMTP based on efaille/nginx-php-ssmtp and mkaag/phpfpm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages