Jump to content

jecs06

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

jecs06's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I've just logged on and there is nothing in my spam folder. Any idea's? As I say I followed some instructions and thought it would work with these settings and I'm just getting myself a little confused here.
  2. I've set php.ini to the following: [mail function] ; For Win32 only. SMTP = smtp.googlemail.com smpt_port = 465 ; For Win32 only. sendmail_from = jecs06@googlemail.com Still doesn't work and the e-mail address is a valid one, any idea's?
  3. I'm running php on my local machine (windows xp) and have created the following simple snippet of code: <?php $to = "jecs06@googlemail.com"; $subject = "Test mail"; $message = "Hello! This is a simple email message."; $from = "someonelse@example.com"; $headers = "From: $from"; mail($to,$subject,$message,$headers); echo "Mail Sent."; ?> However, when I load the page, no email is sent. Here is what is in my php.ini file . . . . . [mail function] ; For Win32 only. SMTP = smtp.googlemail.com smpt_port = 465 ; For Win32 only. sendmail_from = pasts@hotmail.com The problem is I can't get it to work and have tried to understand what is going on but due to my lack of knowledge I can't really fix it. Could someone point me in the right direction please. Just to note, I am trying to use googlemail to send the email so was wondering if I needed passwords etc to send it? Could anyone help me please. Regards, JECS06
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.