September 27, 2021
12:43 pm
stuning_red_roses_bunch.jpg
September 27, 2021
12:43 pm
add_action('phpmailer_init', function ($phpmailer) { $phpmailer->isSMTP(); $phpmailer->Host = 'smtp.gmail.com'; $phpmailer->SMTPAuth = true; $phpmailer->Port = 587; $phpmailer->Username = 'your-email@gmail.com'; $phpmailer->Password = 'your-app-password'; $phpmailer->SMTPSecure = 'tls'; $phpmailer->From = 'your-email@gmail.com'; $phpmailer->FromName = 'Your Website Name'; });
Average rating: 5, based on
182 reviews
from Rs.699 to
Rs.7999