Solved Contact PHP Mail Form..

Check sendmail.log file. Maybe there is relevant info. No new mail from contact.php yet
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ACER ASPIRE 5742G
OS
Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
Motherboard
Acer Aspire 5742G
Memory
4,00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5400 Series
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
WDC WD5000BEVT-22ZAT0
Did you do #35 ?? Check if you didn't make typing errors
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ACER ASPIRE 5742G
OS
Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
Motherboard
Acer Aspire 5742G
Memory
4,00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5400 Series
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
WDC WD5000BEVT-22ZAT0
Post php.ini and sendmail.ini please.
Have to sleep now, will investigate tomorrow
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ACER ASPIRE 5742G
OS
Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
Motherboard
Acer Aspire 5742G
Memory
4,00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5400 Series
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
WDC WD5000BEVT-22ZAT0
Post mail.log as well
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ACER ASPIRE 5742G
OS
Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
Motherboard
Acer Aspire 5742G
Memory
4,00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5400 Series
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
WDC WD5000BEVT-22ZAT0

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Acer Aspire M5100
OS
Windows 8.1 64 bit
CPU
Windows 8.1 64-bit
Motherboard
Toshiba L745D
Memory
4096 MB RAM
Graphics Card(s)
Microsoft Basic Display Adapter
Sound Card
High Definition Audio Device
Monitor(s) Displays
1366x768
Screen Resolution
1366x768
Keyboard
Logitech Keyboard K800
Antivirus
MalwareBytes
Browser
Google Chrome

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ACER ASPIRE 5742G
OS
Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
Motherboard
Acer Aspire 5742G
Memory
4,00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5400 Series
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
WDC WD5000BEVT-22ZAT0
Last edited:

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Acer Aspire M5100
OS
Windows 8.1 64 bit
CPU
Windows 8.1 64-bit
Motherboard
Toshiba L745D
Memory
4096 MB RAM
Graphics Card(s)
Microsoft Basic Display Adapter
Sound Card
High Definition Audio Device
Monitor(s) Displays
1366x768
Screen Resolution
1366x768
Keyboard
Logitech Keyboard K800
Antivirus
MalwareBytes
Browser
Google Chrome
Post php.ini and sendmail.ini please. I can remote control your computer later
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ACER ASPIRE 5742G
OS
Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
Motherboard
Acer Aspire 5742G
Memory
4,00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5400 Series
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
WDC WD5000BEVT-22ZAT0
Post php.ini and sendmail.ini please. I can remote control your computer later


Here is the the sendmail.ini. Where would the the php.ini be exactly located, I can't find the file.



Code:
; configuration for fake sendmail

; if this file doesn't exist, sendmail.exe will look for the settings in
; the registry, under HKLM\Software\Sendmail

[sendmail]

; you must change mail.mydomain.com to your smtp server,
; or to IIS's "pickup" directory.  (generally C:\Inetpub\mailroot\Pickup)
; emails delivered via IIS's pickup directory cause sendmail to
; run quicker, but you won't get error messages back to the calling
; application.

smtp_server=mail.shaw.ca

; smtp port (normally 25)

smtp_port=25

; SMTPS (SSL) support
;   auto = use SSL for port 465, otherwise try to use TLS
;   ssl  = alway use SSL
;   tls  = always use TLS
;   none = never try to use SSL

smtp_ssl=auto

; the default domain for this server will be read from the registry
; this will be appended to email addresses when one isn't provided
; if you want to override the value in the registry, uncomment and modify

;default_domain=mydomain.com

; log smtp errors to error.log (defaults to same directory as sendmail.exe)
; uncomment to enable logging

error_logfile=error.log

; create debug log as debug.log (defaults to same directory as sendmail.exe)
; uncomment to enable debugging

;debug_logfile=debug.log

; if your smtp server requires authentication, modify the following two lines

auth_username=
auth_password=

; if your smtp server uses pop3 before smtp authentication, modify the 
; following three lines.  do not enable unless it is required.

pop3_server=
pop3_username=
pop3_password=

; force the sender to always be the following email address
; this will only affect the "MAIL FROM" command, it won't modify 
; the "From: " header of the message content

force_sender=

; force the sender to always be the following email address
; this will only affect the "RCTP TO" command, it won't modify 
; the "To: " header of the message content

force_recipient=

; sendmail will use your hostname and your default_domain in the ehlo/helo
; smtp greeting.  you can manually set the ehlo/helo name if required

hostname=
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Acer Aspire M5100
OS
Windows 8.1 64 bit
CPU
Windows 8.1 64-bit
Motherboard
Toshiba L745D
Memory
4096 MB RAM
Graphics Card(s)
Microsoft Basic Display Adapter
Sound Card
High Definition Audio Device
Monitor(s) Displays
1366x768
Screen Resolution
1366x768
Keyboard
Logitech Keyboard K800
Antivirus
MalwareBytes
Browser
Google Chrome
Put this code in a file called testmail.bat. Put that file in same folder where sendmail.exe and sendmail.ini are.
Replace the code I made red with your own email address. save the file
Then double click on that file. What happens?
Is a file crash.txt created in same folder?
Is file error.log created/modified in that folder?
Post both files

Mail arrives in your inbox?

Code:
@ECHO OFF
REM send email from command line via SMTP with sendmail
 
ECHO From: [email protected] > %TEMP%\temp.mail
ECHO To: [COLOR=red][email protected][/COLOR] >> %TEMP%\temp.mail
ECHO Subject: this is a test >> %TEMP%\temp.mail
ECHO.>> %TEMP%\temp.mail
ECHO testing. >> %TEMP%\temp.mail
ECHO blah blah.. >> %TEMP%\temp.mail
ECHO. >> %TEMP%\temp.mail
ECHO blah. >> %TEMP%\temp.mail
 
sendmail -t < %TEMP%\temp.mail
 
DEL %TEMP%\temp.mail
PAUSE
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ACER ASPIRE 5742G
OS
Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
Motherboard
Acer Aspire 5742G
Memory
4,00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5400 Series
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
WDC WD5000BEVT-22ZAT0
Put this code in a file called testmail.bat. Put that file in same folder where sendmail.exe and sendmaile.ini are.
Replace the code I made red with your own email address. save the file
Then double click on that file. What happens?
Is a file crash.txt created in same folder?
Is file error.log created/modified in that folder?
Post both files

Mail arrives in your inbox?

Code:
@ECHO OFF
REM send email from command line via SMTP with sendmail

ECHO From: [email protected] > %TEMP%\temp.mail
ECHO To: [COLOR=red][email protected][/COLOR] >> %TEMP%\temp.mail
ECHO Subject: this is a test >> %TEMP%\temp.mail
ECHO.>> %TEMP%\temp.mail
ECHO testing. >> %TEMP%\temp.mail
ECHO blah blah.. >> %TEMP%\temp.mail
ECHO. >> %TEMP%\temp.mail
ECHO blah. >> %TEMP%\temp.mail

sendmail -t < %TEMP%\temp.mail

DEL %TEMP%\temp.mail
PAUSE

Alright so here is what I did, I created a file called testmail.bat , put in all the code you had, changed the email , moved it to the sendmail folder,ran the test and this what happened. When I press any key it just exits the command prompt.

testfile.png
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Acer Aspire M5100
OS
Windows 8.1 64 bit
CPU
Windows 8.1 64-bit
Motherboard
Toshiba L745D
Memory
4096 MB RAM
Graphics Card(s)
Microsoft Basic Display Adapter
Sound Card
High Definition Audio Device
Monitor(s) Displays
1366x768
Screen Resolution
1366x768
Keyboard
Logitech Keyboard K800
Antivirus
MalwareBytes
Browser
Google Chrome
post all txt file from that folder please. did you recieve the mail in your inbox? It looks like sendmail works fine!! No error in that black screen
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ACER ASPIRE 5742G
OS
Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
Motherboard
Acer Aspire 5742G
Memory
4,00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5400 Series
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
WDC WD5000BEVT-22ZAT0
look at my site phpinfo()
Do you see:
Configuration File (php.ini) Path /etc/php5/apache2

Do you see:

sendmail_path/usr/sbin/sendmail -t -i

?? I want to know what your values are.
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ACER ASPIRE 5742G
OS
Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
Motherboard
Acer Aspire 5742G
Memory
4,00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5400 Series
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
WDC WD5000BEVT-22ZAT0
search for php.ini on your whole C disk. I want to see php.ini
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ACER ASPIRE 5742G
OS
Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
Motherboard
Acer Aspire 5742G
Memory
4,00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5400 Series
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
WDC WD5000BEVT-22ZAT0
Folder c:\xampp\htdocs has a file phpinfo.php or something like that?
if not create it yourself
contents should be:
Code:
<?php phpinfo();?>

Then open http://localhost/phpinfo.php
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ACER ASPIRE 5742G
OS
Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
Motherboard
Acer Aspire 5742G
Memory
4,00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5400 Series
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
WDC WD5000BEVT-22ZAT0
is file error.log in sendmail folder? Did you receive the mail? If not.. sure the email address after "to:" is correct? put a space after to:
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ACER ASPIRE 5742G
OS
Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
Motherboard
Acer Aspire 5742G
Memory
4,00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5400 Series
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
WDC WD5000BEVT-22ZAT0
post all txt file from that folder please. did you recieve the mail in your inbox? It looks like sendmail works fine!! No error in that black screen

someone send me a message saying this is a test. Obviously it works but it won't work with me I don't know why.
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Acer Aspire M5100
OS
Windows 8.1 64 bit
CPU
Windows 8.1 64-bit
Motherboard
Toshiba L745D
Memory
4096 MB RAM
Graphics Card(s)
Microsoft Basic Display Adapter
Sound Card
High Definition Audio Device
Monitor(s) Displays
1366x768
Screen Resolution
1366x768
Keyboard
Logitech Keyboard K800
Antivirus
MalwareBytes
Browser
Google Chrome
post all txt file from that folder please. did you recieve the mail in your inbox? It looks like sendmail works fine!! No error in that black screen

someone send me a message saying this is a test. Obviously it works but it won't work with me I don't know why.
is this in mail? If so it's the mail you did sent with my mailtest.bat script

From: [email protected]
To: yourmailaddress
Subject: this is a test

testing.
blah blah..
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ACER ASPIRE 5742G
OS
Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
Motherboard
Acer Aspire 5742G
Memory
4,00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5400 Series
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
WDC WD5000BEVT-22ZAT0
Where is sendmail.exe ? is it in "C:\Program Files\wamp\bin\sendmail\" ?
Please post php.ini!!

Have to go.. sorry
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
ACER ASPIRE 5742G
OS
Microsoft Windows 7 Home Premium 64-bits 7601 Multiprocessor Free Service Pack 1
CPU
Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz
Motherboard
Acer Aspire 5742G
Memory
4,00 GB
Graphics Card(s)
ATI Mobility Radeon HD 5400 Series
Sound Card
(1) AMD High Definition Audio Device (2) Realtek High Defi
Screen Resolution
1366 x 768 x 32 bits (4294967296 colors) @ 60 Hz
Hard Drives
WDC WD5000BEVT-22ZAT0
post all txt file from that folder please. did you recieve the mail in your inbox? It looks like sendmail works fine!! No error in that black screen

someone send me a message saying this is a test. Obviously it works but it won't work with me I don't know why.
is this in mail? If so it's the mail you did sent with my mailtest.bat script

From: [email protected]
To: yourmailaddress
Subject: this is a test

testing.
blah blah..

That's exactly what I got.
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Acer Aspire M5100
OS
Windows 8.1 64 bit
CPU
Windows 8.1 64-bit
Motherboard
Toshiba L745D
Memory
4096 MB RAM
Graphics Card(s)
Microsoft Basic Display Adapter
Sound Card
High Definition Audio Device
Monitor(s) Displays
1366x768
Screen Resolution
1366x768
Keyboard
Logitech Keyboard K800
Antivirus
MalwareBytes
Browser
Google Chrome
Back
Top