Dont receiving email

labp2 28 Jun, 2007
Hi!

I do exctly what i see in the tutorial movie, but i dont received the email...

I tried with hotmail and gmail acc and nothing...

i maked a test with a simple html file:

<form id="form1" name="form1" method="post" action="mailto:luisbelem@gmail.com">
  <label>Name: 
  <input type="text" name="textfield" />
  </label>
  <p>Other:
    <label>
    <input type="text" name="textfield2" />
    </label>
  </p>
  <p>
    <label>
    <input type="submit" name="Submit" value="Submit" />
    </label>
  </p>
</form>


and received the email...

Where is the problem?

Best Regards!
Sorry bad english:P<br><br>Post edited by: labp2, at: 2007/06/27 22:13
GreyHead 28 Jun, 2007
Hi labp2,

Using your form we know that mail is working from your site. Please can you now post the html you have in your form and an image of the ChronoForms input tab where you input all the e-mail info.

Thanks

Bob
GreyHead 28 Jun, 2007
Hi labp2,

It could be that there's a mistake in the tutorial, I'll check it through again. And it's just possible that you have made a little typo in the transcription - so that we can check that please will you post your html code and an image of the ChronoForms tab.

Thanks

Bob
labp2 28 Jun, 2007
Ok,

This the html code:

Name: <input name="name" value="" type="text"><br>
E-mail: <input name="email" value="" type="text"><br>
<input name="submit" value="Submit" type="submit">


And this is the chrono config:

http://img98.imageshack.us/img98/6706/chronowf4.jpg

Thank you greyhead!<br><br>Post edited by: labp2, at: 2007/06/28 15:06
GreyHead 28 Jun, 2007
Hi Labp2,

Thanks for that.

It all looks good to me - I'm working on a couple of deadline projects right now, as soon as I'm clear of them I'll check this out and see if I can work out what's happening.

Bob
labp2 28 Jun, 2007
Hi GreyHead

Ok, thanks for helping, so im waiting this...
GreyHead 28 Jun, 2007
Hi labp2,

I've crawled over the code and everything seems to be working as it should. I've installed a brand new version of ChronoForms 2.1.4 (just in case I'd hacked my test version) and pasted your code into it and it sends me e-mails perfectly!

I don't know what's happening here I'm afraid. Let's try one more test. Please will you paste this code into chronocontact.php* at line 268 (that's immediately before a line that reads 'if(!empty($rows[0]->onsubmitcode)){'
// :: HACK :: insert debug
echo "<h4>E-mail message</h4>
<div style='border:1px solid black; padding:6px;margin:6px;'>
<p>From: $fromname [$from]<br />
To:  ".implode($recipient,', ')."<br />
Subject: $subject</p>
$html_message<br /></div>";
// :: end hack ::

This should display a facsimile of the e-mail on the empty return page. If you don't mind posting an image of that here I can see what output you are getting.

Bob

* corrected the file name after posting.<br><br>Post edited by: GreyHead, at: 2007/06/28 21:55
labp2 29 Jun, 2007
Hi GreyHead!

I dont have a file called chronoforms.php, i found this line on file called chronocontact.php in components/com_chronocontact folder and put the code there...

I received your email!

I search and i found anything about the email config on joomla, in Global Configuration... i changed to smtp server but still dont receiving the email...

-------------

I tryed again and dont received a email... and then a click submit i got a blank page...


Thanks for helping!
GreyHead 29 Jun, 2007
Hi labp2,

Sorry, typing and not thinking - 'chronocontact.php' is the right file. (I'll edit the earlier message in case anyone else tries to do this fix.)

I'll think about this some more. If you only get the blank page then something else is going wrong . . .

Bob
labp2 29 Jun, 2007
Hi GreyHead

Ok, so im studing it too, but im noob😀

Ty!!
Max_admin 29 Jun, 2007
hi labp2,

When you add a new user to your website, do you get a notification email ? assuming u r the site admin, with valid email address and "receiving system emails is turned ON"

also do u check spam,bulk folders ?

Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
labp2 29 Jun, 2007
Hi!

I tested in a live host and all was good, i received a email... i dont know why in local host (JSAS) im dont receiving the email, but im dont receiving email from contact component too, so its not a problem with Chrono Forms.

Sorry disturb :/

Best Regards
Luis Pacheco
GreyHead 30 Jun, 2007
Hi Luis,

My local host doesn't send e-mails either. I think that I'd need to configure PHP to be able to use a local mail-server before that would work properly.

Bob
labp2 30 Jun, 2007
Hi Bob,

Ok, i will see it.

Thank you for all!

Best Regards.
This topic is locked and no more replies can be posted.