Hi all,
When I invite a person to a project, OrangeScrum reports email sent successfully but no email received ? I have tested my server with below script #1 and it sends successfully. The #2 is what I set in OrangeScrum's constants.php for your debugging. Please help. Thanks.
============== #1 =============
<?php
require("PHPMailer/class.phpmailer.php");
$mail = new PHPMailer();
$mail->IsSMTP(); // telling the class to use SMTP
$mail->SMTPAuth = true; // SMTP authentication
$mail->Host = "tls://smtp.gmail.com"; // SMTP server
$mail->Port = 587; // SMTP Port
$mail->Username = "som...@gmail.com"; // SMTP account username
$mail->Password = "password"; // SMTP account password
$mail->SetFrom('someone@gmail.com', 'John Doe'); // FROM
$mail->AddReplyTo('someone@gmail.com', 'John Doe'); // Reply TO
$mail->AddAddress('someone@gmail.com', 'Jane Doe'); // recipient email
Hi, can you please let us know which community version have you downloaded. Is this the most latest one. If not please download the latest one and try again. Let us know.
On Friday, April 3, 2015 at 4:18:10 PM UTC+5:30, itteam...@gmail.com wrote:
Hi all,
When I invite a person to a project, OrangeScrum reports email sent successfully but no email received ? I have tested my server with below script #1 and it sends successfully. The #2 is what I set in OrangeScrum's constants.php for your debugging. Please help. Thanks.
============== #1 =============
<?php
require("PHPMailer/class.phpmailer.php");
$mail = new PHPMailer();
$mail->IsSMTP(); // telling the class to use SMTP
$mail->SMTPAuth = true; // SMTP authentication
$mail->Host = "tls://smtp.gmail.com"; // SMTP server
$mail->Port = 587; // SMTP Port
$mail->Username = "som...@gmail.com"; // SMTP account username
$mail->Password = "password"; // SMTP account password
$mail->SetFrom('som...@gmail.com', 'John Doe'); // FROM
$mail->AddReplyTo('som...@gmail.com', 'John Doe'); // Reply TO
$mail->AddAddress('som...@gmail.com', 'Jane Doe'); // recipient email
Hi, can you please let us know which community version have you downloaded. Is this the most latest one. If not please download the latest one and try again. Let us know.
On Friday, April 3, 2015 at 4:18:10 PM UTC+5:30, itteam...@gmail.com wrote:
Hi all,
When I invite a person to a project, OrangeScrum reports email sent successfully but no email received ? I have tested my server with below script #1 and it sends successfully. The #2 is what I set in OrangeScrum's constants.php for your debugging. Please help. Thanks.
============== #1 =============
<?php
require("PHPMailer/class.phpmailer.php");
$mail = new PHPMailer();
$mail->IsSMTP(); // telling the class to use SMTP
$mail->SMTPAuth = true; // SMTP authentication
$mail->Host = "tls://smtp.gmail.com"; // SMTP server
$mail->Port = 587; // SMTP Port
$mail->Username = "som...@gmail.com"; // SMTP account username
$mail->Password = "password"; // SMTP account password
$mail->SetFrom('som...@gmail.com', 'John Doe'); // FROM
$mail->AddReplyTo('som...@gmail.com', 'John Doe'); // Reply TO
$mail->AddAddress('som...@gmail.com', 'Jane Doe'); // recipient email