Results 1 to 4 of 4

Thread: Anyone with XAMPP experience??

  1. #1
    Join Date
    Aug 2005
    Posts
    971
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Anyone with XAMPP experience??

    Hello everybody,
    Does anyone here have enough experience in XAMPP(Linux) that you can help me with smtp in XAMPP ? I cannot for some reason send any emails through XAMPP.

    If anyone could take me out of this problem, it would be greatly appreciated.
    Thanks for taking your time reading this post.

  2. #2
    Join Date
    Sep 2005
    Posts
    882
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    Why use xampp? If you are on linux you should probably be able to type two or three commands into the shell and I have the same thing. Also, what version of XAMPP(the full one, or the trimmed down one)?

  3. #3
    Join Date
    Aug 2005
    Posts
    971
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Version 1.5.3a

  4. #4
    Join Date
    Nov 2006
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    um I agree a good Linux disro (Fedora 6) doesn't need XAMPP, it's already there, except for phpMyAdmin.

    Apache
    PHP
    MySQL
    Perl

    XAMPP isn't needed for Linux.

    look in the config for php (php.ini) usually in /etc
    see what sendmail_path is set as

    sendmail_path = /usr/sbin/sendmail -t -i
    (usually)

    make sure sendmail is running
    (Fedora: /service sendmail restart)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •