How to use PHP mail() method #250
Replies: 3 comments
-
|
Hi @viniciusbig Could you please let me know since when you’ve been encountering this error? |
Beta Was this translation helpful? Give feedback.
-
|
Well, I think it's happening since I switched to version 5 of the images. In version 4, it was working. I thought this was intentional, so I brought it here to find a possible solution. This is my welcome message. |
Beta Was this translation helpful? Give feedback.
-
|
@viniciusbig You’ll need to configure SMTP using the following environment variables in this section: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the default php image with CakePHP.
It works very well for my usecases!
I'm trying to send emails witth mail() php method.
and getting an error
PHP info shows:
but this exec does not exist.
My question is:
What is the easiest way to have this library installed in docker?
Does anybody have a working example of it?
Trying to understand this.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions