I'm getting an error when I post changes to a user account from the control_panel.php file.
Message could not be sent.
Mailer Error: Language string failed to load: connect_host
The test email works from admin.php.
Any suggestions?
In /configs/config.php make sure your SMTP mail server is correct. It may state "localhost" by default. Try setting that if you know your SMTP mail server address.
Or you can set SMTP from "1" to "0".
Give those changes a try & let us know.
Thanks, the 2nd option worked.
i2-Services, Inc. Wrote:In /configs/config.php make sure your SMTP mail server is correct. It may state "localhost" by default. Try setting that if you know your SMTP mail server address.
Or you can set SMTP from "1" to "0".
Give those changes a try & let us know.
i get this when i tryu to manually add someone
(i have just tried to chnage my emial server)
Message could not be sent.
Mailer Error: Language string failed to load: recipients_faileddizzyl***@******.com
is this beacuse of my smtp settings?
GWP Wrote:is this beacuse of my smtp settings?
Yes if SMTP is on and the mail server you have set in the config states mail errors then its not able to contact it to send an e-mail.
msmcmullen Wrote:Thanks, the 2nd option worked.
i2-Services, Inc. Wrote:In /configs/config.php make sure your SMTP mail server is correct. It may state "localhost" by default. Try setting that if you know your SMTP mail server address.
Or you can set SMTP from "1" to "0".
Give those changes a try & let us know.
Just wanted to add that I had this exact same problem today, and this thread solved my problem and saved me much hair-tearing. The change of the SMTP setting from 1 to 0 was the key. Thanks all.
Steve,
Glad to hear. Was everything working fine then problems today?
Actually, the application has been working flawlessly since I installed it 6 months ago. Still using the 1.7 version, and it meets our needs. However, I accidently uploaded my local /php_mm folders and overwrote the versions on my server. New registrations worked fine, but none of the confirmation messages went through. Had to go back and reinstall the app on the web, and reestablish the config.php settings.
Very pleased.
i2-Services, Inc. Wrote:In /configs/config.php make sure your SMTP mail server is correct. It may state "localhost" by default. Try setting that if you know your SMTP mail server address.
Or you can set SMTP from "1" to "0".
Give those changes a try & let us know.
How can I edit it in that file? I try to and I cannot. Is there a certain type of software that I need?