Under Joomla Version 1.5.15 & ChronoForms version 3.0 i get error "SMTP Error: Could not connect to SMTP host" when i try to send a mail.
These are message with debug opt enabled:
========================================
Form passed first SPAM check OK
Form passed the submissions limit (if enabled) OK
Form passed the Image verification (if enabled) OK
Form passed the server side validation (if enabled) OK
Form passed the plugins step (if enabled) OK
Emails data loaded OK
Form passed all before email code evaluation OK
Debug End
_POST: Array ( [text_situacion] => xxxxx [text_telefono] => 6666 [text_correo] => [email]ocupado@hotmail.com[/email] [text_domicilio] => xxxxxxxxxxxx [text_cedula_identidad] => 22222 [text_nombre] => pedrop hhh [button_14] => Enviar Denuncia [9df39b43989d114500d5f42c540cdcce] => 1 [1cf1] => d027c7dfc7c028d608657b7124565fbe )
SMTP Error: Could not connect to SMTP host.
PHPINFO
=======
sendmail_from: no value no value
sendmail_path: /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
SMTP mail.xxxxxx.net mail.xxxxxx.net
smtp_port 25 25
JOOMLA GLOBAL CONF
==================
Mailer: SMTP Server
Mail from: [email]web@xxxxxx.net[/email]
From Name: (empty)
Sendmail Path: /usr/sbin/sendmail
SMTP Authentication No
SMTP Security: None
SMTP Port: 25
SMTP Username: (empty)
SMTP Password: (empty)
SMTP Host: mail.xxxxxx.net
I know this is a problem due server configuration. The point im pretty lost. 😶
Could give some guidance in order to test or fix this problem?
Thanks
These are message with debug opt enabled:
========================================
Form passed first SPAM check OK
Form passed the submissions limit (if enabled) OK
Form passed the Image verification (if enabled) OK
Form passed the server side validation (if enabled) OK
Form passed the plugins step (if enabled) OK
Emails data loaded OK
Form passed all before email code evaluation OK
Debug End
_POST: Array ( [text_situacion] => xxxxx [text_telefono] => 6666 [text_correo] => [email]ocupado@hotmail.com[/email] [text_domicilio] => xxxxxxxxxxxx [text_cedula_identidad] => 22222 [text_nombre] => pedrop hhh [button_14] => Enviar Denuncia [9df39b43989d114500d5f42c540cdcce] => 1 [1cf1] => d027c7dfc7c028d608657b7124565fbe )
SMTP Error: Could not connect to SMTP host.
PHPINFO
=======
sendmail_from: no value no value
sendmail_path: /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
SMTP mail.xxxxxx.net mail.xxxxxx.net
smtp_port 25 25
JOOMLA GLOBAL CONF
==================
Mailer: SMTP Server
Mail from: [email]web@xxxxxx.net[/email]
From Name: (empty)
Sendmail Path: /usr/sbin/sendmail
SMTP Authentication No
SMTP Security: None
SMTP Port: 25
SMTP Username: (empty)
SMTP Password: (empty)
SMTP Host: mail.xxxxxx.net
I know this is a problem due server configuration. The point im pretty lost. 😶
Could give some guidance in order to test or fix this problem?
Thanks
Hi ocupado,
You'll need to check with your web host or mail service provider to find the correct configurtion for the mail server. I'd expect that you would need to have a username and password for the SMTP server at least.
The message also suggests that you have no From Email set but it isn't clear if that is in the Mail Server configuration or in ChronoForms.
Bob
PS Both your Joomla! installation and your ChronoForms version are out of date.
You'll need to check with your web host or mail service provider to find the correct configurtion for the mail server. I'd expect that you would need to have a username and password for the SMTP server at least.
The message also suggests that you have no From Email set but it isn't clear if that is in the Mail Server configuration or in ChronoForms.
Bob
PS Both your Joomla! installation and your ChronoForms version are out of date.
I have tested SMTP via telnet and is running well.
telnet 127.0.0.1 25
HELO xxxxxx.net
MAIL FROM:< [email]cperez@xxxxxx.net[/email] >
RCPT TO:< [email]ocupado@hotmail.com[/email] >
DATA
Testing message kjhh kjhkjh
.
QUIT
In joomla i have tested all possible conf (PHP Mail Function, SendMail, SMTP Server) wkith no result.
You are right. I have to investigate with our ISP.
Thanks
telnet 127.0.0.1 25
HELO xxxxxx.net
MAIL FROM:< [email]cperez@xxxxxx.net[/email] >
RCPT TO:< [email]ocupado@hotmail.com[/email] >
DATA
Testing message kjhh kjhkjh
.
QUIT
In joomla i have tested all possible conf (PHP Mail Function, SendMail, SMTP Server) wkith no result.
You are right. I have to investigate with our ISP.
Thanks
This topic is locked and no more replies can be posted.