vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Stupid mistake with mail() (https://vborg.vbsupport.ru/showthread.php?t=119795)

Lea Verou 06-28-2006 02:31 PM

Stupid mistake with mail()
 
This has nothing to do with vbulletin but another site.

I have a mail form that the user completes and sends. Then supposedly I should receive an email with the content of that form. I have used this code which takes the form data, forms and sends the mail and then redirects the user with a meta tag, after 5 seconds. This is the php code and after it is just the html code of the page, which I see no reason to quote:

PHP Code:

<?php
$mail 
'michelle@e-steki.com';
$mailmessage 'You have been sent the following message from the Michaelia Hotel Contact form:
----------------------------------------------------------------------------------------
Name: ' 
$_POST['fname'] . ' ' $_POST['lname'] . '
Email: ' 
.  $_POST['mail'] . '
Phone numbers: ' 
$_POST['phone1'] . ', ' $_POST['phone2'] . '
Address: ' 
$_POST['address'] . '
Room type: ' 
$_POST['roomtype'] . '
From' 
$_POST['fromdate'] . ' to ' $_POST['todate'] . '
Number of rooms: ' 
$_POST['roomnum'] . '
Comments: ' 
$_POST['message'];

mail($mail,'New message from Micheaelia Hotel contact form',$mailmessage);
?>

I have probably made a very stupid mistake which I can't figure out cause I receive absolutely NO such email...
Any ideas?

PS: The site is hotel.mycat.gr (the domain is temporary till I finish the site). It's for my mother's small hotel. I would also appereciate your opinion on the design, but I care more about solving the problem now, so I did not put the thread in site commenting. :)

Any help is greatly appereciated.

sabret00the 06-29-2006 08:14 PM

is it giving an error at all?

PHP Code:

mail($userinfo['email'],"Reply To Journal Comment"$messagebody"From: \"" $sitetitle " Mailer\" <" $webmasteremail ">"); 

however if you're not getting any error message at all, it's probable that you just haven't configured SMTP on your server.

Lea Verou 06-29-2006 09:53 PM

No error at all.
I'm sure the SMTP server is configured cause another site of mine on the same server sends the mail fine. :(

sabret00the 06-29-2006 10:54 PM

have you tried substituting the $messagebody with something else for testing purposes?


All times are GMT. The time now is 12:58 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00975 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete