Author Topic: The mail function doesn't seem to work on WAMP :/ Help with SMTP ?  (Read 967 times)

0 Members and 1 Guest are viewing this topic.

Offline pllaybuoy

  • Peasant
  • *
  • Posts: 70
  • Cookies: -3
    • View Profile
Soooo , as usual I am rolling with my php learning(not regularly though) and I am looking for some alternative of MAIL function in php since it is not working so I assume WAMP doesn't include/setup a SMTP on its own . Can anybody tell me some alternate of either the mail function or setting up a SMTP ? I am on win-7 and I have already tried hmailserver but it didn't work for me . How did you manage to use the mail function or other SMTP features with WAMP or XAMP ? (since it is the correct choice when on the learning stage) . Make sure the alternatives are freeware because I am not going to spend some bucks and let go of my billionaire's status :D
"Monsters are real , ghosts are real too . They live inside us and sometimes they win"

Offline Fur

  • Knight
  • **
  • Posts: 216
  • Cookies: 34
    • View Profile
Re: The mail function doesn't seem to work on WAMP :/ Help with SMTP ?
« Reply #1 on: April 24, 2013, 03:58:58 pm »
Configure Mercury on XAMMP.

http://www.danieltmurphy.com/setting-up-mercury-smtp/


P.S: I'm no too sure, never used the mail() function.
« Last Edit: April 24, 2013, 03:59:17 pm by Fur »

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: The mail function doesn't seem to work on WAMP :/ Help with SMTP ?
« Reply #2 on: April 24, 2013, 09:38:56 pm »
I know its not what your asking but.. run this stuff on linux, its worth it.
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline EmilKXZ

  • Peasant
  • *
  • Posts: 109
  • Cookies: 10
  • likes monies :p
    • View Profile
    • EmilKXZ
Re: The mail function doesn't seem to work on WAMP :/ Help with SMTP ?
« Reply #3 on: April 29, 2013, 02:43:32 am »
Totally agree with @proxx. It's worth it. And if you don't want to partition your disk, and install a linux distro that could potentially break things at your bootloader... just get Virtualbox and install Ubuntu Server in the virtual machine, that way you can run both linux and windows at the same time, whilst developing in a near real-world environment. Upload whatever you are developing to the virtual machine and you're set.