Search
 
SCRIPT & CODE EXAMPLE
 

PHP

smtp server xampp

//in php.ini file find [mail function] and change

SMTP=smtp.gmail.com
smtp_port=587
sendmail_from = my-gmail-id@gmail.com
sendmail_path = ""C:xamppsendmailsendmail.exe" -t"
Comment

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
Comment

PREVIOUS NEXT
Code Example
Php :: php serverpath 
Php :: laravel model tree 
Php :: php session working on localhost but not on hosting server 
Php :: raw query in laravel with parameters 
Php :: create empty 2d array php 
Php :: artisan show routes for model 
Php :: show query in laravel 
Php :: add field to many to many relationship laravel 
Php :: php multi type parameter php multi type parameter 
Php :: laravel random record 
Php :: how to validate use unique in laravel 8 controller 
Php :: laravel validate max file size 
Php :: blade set variable 
Php :: wordpress get field 
Php :: php clean all output buffers 
Php :: how to search two needle in an array in_array php 
Php :: laravel migration remove unique 
Php :: php hash password 
Php :: check if the form is submitted php 
Php :: [DoctrineDBALDBALException]Unknown database type enum requested, DoctrineDBALPlatformsMySqlPlatform may not support it. 
Php :: Laravel - Comparison betweeon two column values - whereColumn 
Php :: php create zip from folder 
Php :: php slugify 
Php :: how to redirect to another page from laravel blade 
Php :: php number to color 
Php :: random word using a wordlist php 
Php :: laravel request integer 
Php :: laravel loop counter 
Php :: php curl example 
Php :: mysqli loop 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =