Email Auto Respond Message - Post ID...

User 473299 Photo


Registered User
144 posts

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.
User 187934 Photo


Senior Advisor
20,181 posts

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
User 473299 Photo


Registered User
144 posts

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';
User 187934 Photo


Senior Advisor
20,181 posts

Cool thanks for figuring that part out.:cool:
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
User 2829919 Photo


Registered User
18 posts

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.