Thread: SMTP on XAMPP
View Single Post
  #1  
Old 10th January 2009, 20:12
weevazi's Avatar
weevazi weevazi is offline
Senior Member
 
Join Date: Nov 2008
Lithuania
Posts: 29
Default SMTP on XAMPP
Hello there. I have a little issue here, on my XAMPP server. SMTP server is not working. I have found in php.ini file this code
Code:
[mail function]
; For Win32 only.
SMTP = 
smtp_port = 25

; For Win32 only.
sendmail_from = weevazi@inbox.lt
I know that it should be like SMTP = smtp.server.com but what address should i write?
Reply With Quote