Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Enable mail for Wordpress #1

@chepurko

Description

@chepurko

Currently, upon running the Wordpress image, after the Wordpress installation you get a 404 page because Wordpress tries to send an e-mail to your selected address with your created user account. This fails because there is no system or PHP mail enabled.

There is already an issue at the official Wordpress repo with possible solutions.

Currently you can ignore the initial 404 page and login to www.domain.com/wp-admin where you can add something like the Gmail SMTP plugin which will let PHP use your Gmail account for SMTP.

Possible solutions are to:

  • Bake in the Gmail SMTP plugin into this image
  • Somehow set up Postfix or ssmtp at the OS level in the image.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions