Hello all,
I just downloaded ChronoForms for joomla 1.6, and i am amazed by its powerful functions!😀
I am trying to create a feedback form where user could send the feedback to an e-mail address. Excuse me for being a newbie, when i finished creating the form, after click send, i got the following joomla error:😟
Could not instantiate mail function.
I think there might be two sources of error:
1. The joomla global configuration.
2. The wrong form creation method (since i just downloaded Chronoforms a few minutes ago)
However, since i am a beginner in joomla, i could not tell where the mistake is. I am running an intranet using joomla 1.6. The mail server configuration is as follows:
Mailer: PHP Mail
From email: [email]Joe2010@gmail.com[/email]
From Name: Joe
Sendmail Path: /usr/sbin/sendmail
SMTP Authentication: No
SMTP Security: None
SMTP Port *: 25
SMTP Username:
SMTP Password:
SMTP Host: intranet.traill.local
By the way, the intranet is running on XAMPP server. Could anyone tell me what goes wrong in my setup. Your help will be greatly appreciated!
Thanks in advance!
I just downloaded ChronoForms for joomla 1.6, and i am amazed by its powerful functions!😀
I am trying to create a feedback form where user could send the feedback to an e-mail address. Excuse me for being a newbie, when i finished creating the form, after click send, i got the following joomla error:😟
Could not instantiate mail function.
I think there might be two sources of error:
1. The joomla global configuration.
2. The wrong form creation method (since i just downloaded Chronoforms a few minutes ago)
However, since i am a beginner in joomla, i could not tell where the mistake is. I am running an intranet using joomla 1.6. The mail server configuration is as follows:
Mailer: PHP Mail
From email: [email]Joe2010@gmail.com[/email]
From Name: Joe
Sendmail Path: /usr/sbin/sendmail
SMTP Authentication: No
SMTP Security: None
SMTP Port *: 25
SMTP Username:
SMTP Password:
SMTP Host: intranet.traill.local
By the way, the intranet is running on XAMPP server. Could anyone tell me what goes wrong in my setup. Your help will be greatly appreciated!
Thanks in advance!
Hi temp2010,
If you are running on a XAMPP server then there probably is no mailserver on your site unless you have set up Mercury Mail. This means that the standard PHP Mail function won't work.
If your server is connected to the internet you can probably send through an SMTP server. Gamil is probably the easiest if you have a Gmail account. Or your ISP may allow you to connect through their server.
Bob
If you are running on a XAMPP server then there probably is no mailserver on your site unless you have set up Mercury Mail. This means that the standard PHP Mail function won't work.
If your server is connected to the internet you can probably send through an SMTP server. Gamil is probably the easiest if you have a Gmail account. Or your ISP may allow you to connect through their server.
Bob
Hello GreyHead,
Thanks so much for your reply!😀 According to your instrucion, i install the Mercury Mail Server in my XAMPP and get it running. And the "Could not instantiate mail" error is gone right away after the Mail Server is up running.😀 However, i didnt get any email in the reciver's mail box.😟 The followings are my form email setup.
To: [email]temp2010@gmail.com[/email]
Subject: test
From Name: test
From email: [email]postmaster@localhost.com[/email]
Is there anything wrong in my Form email setup? i choose [email]postmaster@localhost.com[/email] as the domain name is localhost and "postmaster@localhost" is what i found in the php.ini.(i made a guess here, not sure it is correct or just a unclever guess).
Besides, after realizing the mail didnt go to the destination mailbox, i checked the Mercury Server records. And i found following errors.
----------------------------------------------------------------------------
<Mercury SMTP Client (End-to-end Version)>
11:57:26: processing job MO001E24
Temporary error 249 (temporary MX resolution error) resolving 'gmail.com'.
----------------------------------------------------------------------------
<Mercury SMTP Server>
Connection from 127.0.0.1, Wed May 04 11:57:11 2011
HELO TraillNBBenQ.traill.local
MAIL FROM:<postmaster@localhost>
RCPT TO:<temp2010@gmail.com>
DATA
DATA - 25 lines, 788 bytes.
QUIT
0 sec. elapsed, connection closed Wed May 04 11:57:11 2011
----------------------------------------------------------------------------
I could not find the source of error since i am also new to the Mercury Mail Server, Could you help me to fix this problem? Many thanks in advance!😀
Thanks so much for your reply!😀 According to your instrucion, i install the Mercury Mail Server in my XAMPP and get it running. And the "Could not instantiate mail" error is gone right away after the Mail Server is up running.😀 However, i didnt get any email in the reciver's mail box.😟 The followings are my form email setup.
To: [email]temp2010@gmail.com[/email]
Subject: test
From Name: test
From email: [email]postmaster@localhost.com[/email]
Is there anything wrong in my Form email setup? i choose [email]postmaster@localhost.com[/email] as the domain name is localhost and "postmaster@localhost" is what i found in the php.ini.(i made a guess here, not sure it is correct or just a unclever guess).
Besides, after realizing the mail didnt go to the destination mailbox, i checked the Mercury Server records. And i found following errors.
----------------------------------------------------------------------------
<Mercury SMTP Client (End-to-end Version)>
11:57:26: processing job MO001E24
Temporary error 249 (temporary MX resolution error) resolving 'gmail.com'.
----------------------------------------------------------------------------
<Mercury SMTP Server>
Connection from 127.0.0.1, Wed May 04 11:57:11 2011
HELO TraillNBBenQ.traill.local
MAIL FROM:<postmaster@localhost>
RCPT TO:<temp2010@gmail.com>
DATA
DATA - 25 lines, 788 bytes.
QUIT
0 sec. elapsed, connection closed Wed May 04 11:57:11 2011
----------------------------------------------------------------------------
I could not find the source of error since i am also new to the Mercury Mail Server, Could you help me to fix this problem? Many thanks in advance!😀
This topic is locked and no more replies can be posted.