Blog lập trình

Chia sẻ mọi kiến thức về lập trình

Cài smtp gmail cho wordpress không dùng plugin


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->Username   = 'mailcuaban@gmail.com';
    $phpmailer->Password   = 'matkhauungdung';
    $phpmailer->SMTPSecure = 'TLS';
    $phpmailer->From       = 'mailcuaban@gmail.com';
    $phpmailer->FromName   = 'Thiết kế website chất lượng cao - Chotheme.com.vn';
});
Share on Google Plus

About Blog chia sẻ kiến thức lập trình

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.

0 nhận xét:

Đăng nhận xét