You are here:Home»KB»Web Server»xampp»how to get smtp to work on xampp
Saturday, 05 May 2012 17:07

how to get smtp to work on xampp

Written by

in php.ini

disable these lines (please check on default ini file. only sendmail library should be active)

;SMTP = localhost
;smtp_port = 25

enable this line
;sendmail_path = "D:\Documents\websites\design\sendmail\sendmail.exe -t"

in sendmail.ini


(check default ini and update instructions)

the following were set and it works

smtp_server=mail.lancastrian-it.co.uk
 smtp_port=25
default_domain=lancastrian-it.co.uk

error_logfile=error.log
 debug_logfile=debug.log


The following are links to various tutorials on how to setup sending email from xampp which i used for research

 

Read 990 times Last modified on Thursday, 07 July 2022 07:27