Search
 
SCRIPT & CODE EXAMPLE
 

PHP

php mail in localhost wamp

1) Edit C:wampsendmailsendmail.ini:

smtp_server=smtp.gmail.com
smtp_port=465
auth_username=user@gmail.com
auth_password=your_password
2) Edit php.ini and set sendmail_path

sendmail_path = "C:wampsendmailsendmail.exe -t"
Comment

PREVIOUS NEXT
Code Example
Php :: php lowercase assoc array 
Php :: install laravel on windows 
Php :: copy php array to another 
Php :: how to trim string in laravel 
Php :: laravel password require one letter and one number 
Php :: php PDO howto columns from table 
Php :: write string variable in php 
Php :: laravel update query builder 
Php :: php cookies 
Php :: php artisan tinker encryption cmd 
Php :: how condition for multiple row by orwhere laravel 
Php :: laravel app running in console 
Php :: storepublicly laravel 
Php :: php strlen 
Php :: isempty php 
Php :: filter var php function 
Php :: php split string 
Php :: php if elseif endif 
Php :: laravel number input positive only 
Php :: how to insert data in table and fetch in wordpress 
Php :: showing custom post type in wordpress website 
Php :: php html to pdf 
Php :: acf sub_field image title 
Php :: Remove prefix on category title 
Php :: laravel convert querybuilder to string 
Php :: php sort array by longest 
Php :: laravel queue timeout 
Php :: vs code php tag shortcut 
Php :: php + set timezone berlin 
Php :: two column date compare in php 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =