The settings for SMTP are missing
Where do I enter username, server name, port and SSL / TLS?
Translated with Google
The settings for SMTP are missing
-
Andreas G.
- Posts: 1
- Joined: Fri Dec 24, 2021 1:28 pm
- Phoenix Version:
-
heatherbell
- Senior Contributor
- Posts: 2540
- Joined: Mon Oct 07, 2019 4:39 am
- Phoenix Version:
- Has thanked: 35 times
- Been thanked: 243 times
Re: The settings for SMTP are missing
They are not missing, they are not set in Phoenix Cart.
I *think* the settings for sending emails using SMTP are in the server's php.ini file.
Re: The settings for SMTP are missing
What was the outcome of this one, as I would also be interested it might help avoid emails going to the customers spam / junk folder
Re: The settings for SMTP are missing
PHP's mail() function only uses SMTP on Win32. If your are hosting on Linux, it uses Sendmail.
See https://www.php.net/manual/en/function.mail.php
See https://www.php.net/manual/en/function.mail.php