1 2 3 4 5 6 7 8 9 10 11 12 13 |
add_action( 'phpmailer_init', function( $phpmailer ) { if ( !is_object( $phpmailer ) ) $phpmailer = (object) $phpmailer; $phpmailer->Mailer = 'smtp'; $phpmailer->Host = 'smtp.gmail.com'; $phpmailer->SMTPAuth = 1; $phpmailer->Port = 587; $phpmailer->Password = 'matkhauungdung'; $phpmailer->SMTPSecure = 'TLS'; $phpmailer->FromName = 'Cong ty ABC - abc.com'; }); |
Email @domain của bên nào thì chỉ việc đổi port tương ứng là được
Bài viết mới:
- Tạo 1 title UX Builder đơn giản, hiển thị danh mục sản phẩm woocommerce
- Hiện thì đồng hồ đếm ngược thời gian giảm giá cho sản phẩm woocommerce
- Plugin chèn code vào wordpress để chia sẻ trong bài viết Crayon Syntax Highlighter
- CodePen Home Textarea Tabs + Syntax Highlighting
- Các câu lệnh kiểm tra dung lượng của VPS linux