Jump to content

j4yj4y

Member
  • Posts

    6
  • Joined

  • Last visited

j4yj4y's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Orite ben, I followed one of your guides and got passed that error message. However, I run into another one straight after. Here it is: Warning: mail(): SMTP server response: 530 5.7.0 Must issue a STARTTLS command first in C:\wamp\www\web\form_response.php on line 24 Call Stack # Time Memory Function Location 1 0.0008 144336 {main}( ) ..\form_response.php:0 2 0.0008 145312 mail ( ) ..\form_response.php:24 Thanks for your help so far, but I need you again now Cheers, j4yj4y
  2. Whenever I change the info in the php.ini, I then restart the server but it still says in the error port 25. I dont understand why it doesn't change. Is there a 3rd party software which I could use? I have heard something about pear? I really want this to work so that I can see everything as it would be running live Cheers, j4yj4y
  3. Hey guys, I am running a WAMPP on my computer. I have just created a feedback form and when I enter the details on the form_response.php mail('jordan.jones1990@live.co.uk','Feedback', $email_message); I get an error saying: Warning: mail(): Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\web\form_response.php on line 24 Call Stack # Time Memory Function Location 1 0.0008 143496 {main}( ) ..\form_response.php:0 2 0.0008 144520 mail ( ) ..\form_response.php:24 Does anyone know what I have to do to get rid of this? I have changed the details on the php.ini to 465 port and from local host to my ISPs details but nothing seems to work. I want to see what the outcome looks like so I can advance to the next video. If anyone has anything please let me know Thanks j4yj4y
  4. Thats what I was thinking. So i can I set this up so I dont get the error because I am learning? Thanks in advance, Jordan
  5. Hello Ben, and thanks for a rapid response. I am just making it while following Stefans video. Its on a local host. How do I get it onto a live server then? Thanks in advance, Jordan
  6. Hello Guys, I followed your video on how to setup a basic form and link it for email to a certain address, I put my email in the field, i currently have: mail('emailmenow@live.co.uk', 'Form Response ', $email_message); When I then press to preview it I have the error message that says: Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing inC:\wamp\www\form_response.php on line 22. I have found the php.ini and found the sendmail_from command, but I dont know what I am ment to put in it. Am I ment to put for my email 'emailmenow@live.co.uk' and if so will it work then or is there something else I must configure. I really dont want to cofigure that file if I dont know what I am doing. Thanks in advance, Jordan Jones
×
×
  • Create New...