It looks like I should do this in the user.cfg.php, but it doesn't work if I put 586 or 465 in there instead of 25.
Also not when I use ssl with username password.
Also not when I use ssl with username password.
No it should be done on the php.ini file.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Yes, I've found it, it works! I hope it works for all providers. These are the changes in user.cfg.php
// Linda: I changed 'localhost' to 'smtp'
$user_config['mailer']['service'] = 'smtp';
// Does the remote SMTP server need authentication?
// Linda: no changes
$user_config['mailer']['smtp']['auth'] = true;
// Use this if the server needs authentication:
// Linda: I entered my own email
$user_config['mailer']['smtp']['user'] = 'mail@server.com';
// Linda: I entered my own password
$user_config['mailer']['smtp']['password'] = 'password';
// The address of the server
// Linda: I entered my own domain
$user_config['mailer']['smtp']['host'] = 'mail.server.com';
// Connection parameters for a plain SMTP server
$user_config['mailer']['smtp']['port'] = '25';
// LINDA: I changed this from '' to 'true'
$user_config['mailer']['smtp']['secure'] = 'true';
// Linda: I changed 'localhost' to 'smtp'
$user_config['mailer']['service'] = 'smtp';
// Does the remote SMTP server need authentication?
// Linda: no changes
$user_config['mailer']['smtp']['auth'] = true;
// Use this if the server needs authentication:
// Linda: I entered my own email
$user_config['mailer']['smtp']['user'] = 'mail@server.com';
// Linda: I entered my own password
$user_config['mailer']['smtp']['password'] = 'password';
// The address of the server
// Linda: I entered my own domain
$user_config['mailer']['smtp']['host'] = 'mail.server.com';
// Connection parameters for a plain SMTP server
$user_config['mailer']['smtp']['port'] = '25';
// LINDA: I changed this from '' to 'true'
$user_config['mailer']['smtp']['secure'] = 'true';
Cool thanks for figuring that part out.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
This fixed it for me aswell..Thanks!!
Exercitatio artem parat - Practice makes perfect
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.