Quantcast
Channel: Active questions tagged email - Stack Overflow
Viewing all articles
Browse latest Browse all 29755

i want connect my office 365 mail with ci but this not connect

$
0
0

i want connect my office 365 mail with ci but this not connect i use namecheap server office 365 from godaddy

require('/home/shoodkoi/public_html/emailcampaign/phpmailer/class.phpmailer.php');
$mail = new PHPMailer();
$mail->IsSMTP();
$mail->SMTPDebug = 1;
$mail->SMTPAuth = TRUE;
$mail->SMTPSecure = "tls";
$mail->Port= 587;
$mail->Username='';
$mail->Password= '';
$mail->Host= "smtp.office365.com";
$mail->Mailer = "smtp";
$mail->SetFrom('no-reply@gbosss.co.in', 'Gbosss');```


Viewing all articles
Browse latest Browse all 29755

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>