Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

smtp server xampp

//Now Open C:xamppsendmailsendmail.ini. 
//Replace all the existing code in sendmail.ini with following code

[sendmail]

smtp_server=smtp.gmail.com
smtp_port=587
error_logfile=error.log
debug_logfile=debug.log
auth_username=my-gmail-id@gmail.com
auth_password=my-gmail-password
force_sender=my-gmail-id@gmail.com
 
PREVIOUS NEXT
Tagged: #smtp #server #xampp
ADD COMMENT
Topic
Name
2+1 =