How to activate local mail in xampp

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jothi

    How to activate local mail in xampp

    I am php developer. I did the project using aweris web server. now i
    want to run the project in xampp web server. The problem is local mail
    function is available in aweris. Can we use the local mail function in
    xampp????.. Yes then how to activate the mail. Please explain detail..

  • Erwin Moller

    #2
    Re: How to activate local mail in xampp

    Jothi wrote:
    I am php developer. I did the project using aweris web server. now i
    want to run the project in xampp web server. The problem is local mail
    function is available in aweris. Can we use the local mail function in
    xampp????.. Yes then how to activate the mail. Please explain detail..
    Hi,

    In detail? No. :P

    Roughly:
    But open your php.ini, and search for a part named:
    [mail function]
    It contains:
    SMTP =
    smtp_port =

    Fill in there your values for your smtp-server.

    Good luck.

    Regards,
    Erwin Moller

    Comment

    Working...