Hello;
I am inviting new user and send invitation to user. invitation is
sent successfully but problem is that invitee did not get any invitation
from my side.
and when i am trying to resend invitation it gives me error "Error in sending invitation link!"
can you help for regarding this issue?
Thank You
<?php
########################################################################
##################### Email Sending Options ############################
########################################################################
/**
* What method should the email be sent by
* Supported methods:
* - mail
* - smtp *
* @var string
*/
define("EMAIL_DELIVERY", "smtp");
//Make sure to enable "php_openssl" in PHP. In WAMP, you need to enable extension=php_openssl.dll on php.ini file
//Gmail SMTP
define('SMTP_HOST', 'ssl://smtp.gmail.com');
define('SMTP_PORT', '465');
define('SMTP_UNAME', 'kama...@gmail.com');
define('SMTP_PWORD', '-------');
//https://www.arclab.com/en/amlc/list-of-smtp-and-imap-servers-mailserver-list.html (Get the list of Host names)
### OR ###
//Mandrill smtp
//define('SMTP_HOST', 'smtp.mandrillapp.com');
//define('SMTP_PORT', '587');
//define('SMTP_UNAME', 'chri...@kamara.com.py');
//define('SMTP_PWORD', '----'); //Mandrill API Key
//https://www.mandrill.com/signup/ (free signup to mandrill)
### OR ###
//Sendgrid smtp
//define("SMTP_HOST", "smtp.sendgrid.net");
//define("SMTP_PORT", "587");
//define("SMTP_UNAME", "your...@domain.com");
//define("SMTP_PWORD", "******");
//https://sendgrid.com/user/signup (free signup to sendgrid)
########################################################################
define('WEB_DOMAIN', 'project.kamara.com.py'); //ex. demo.orangescrum.com
define('FROM_EMAIL_NOTIFY', 'notifi...@kamara.com.py'); //(REQUIRED)
define('SUPPORT_EMAIL', 'sop...@kamara.com.py'); //(REQUIRED) From Email
define('FROM_EMAIL', 'kamara_project<'.SUPPORT_EMAIL.'>');
define('DEV_EMAIL', 'deve...@kamara.com.py'); // Developer Email ID to report the application error
define('EMAIL_SUBJ', '[kamara_project]');
haii i have same problem, I am inviting new user and send invitation to user. invitation is sent successfully but problem new user mail cant recieve email from my side.
and when i am trying to resend invitation it gives me error "Error in sending invitation link!"
php_openssl in php.ini is enabled
smtp.gmail.com:587 () is open.
Simple Email Caught exception: SMTP Error: 534 5.7.14 https://support.google.com/mail/answer/78754 n77sm1924619qkn.18 - gsmtp
Template Email Caught exception: SMTP Error: 534 5.7.14 https://support.google.com/mail/answer/78754 d33sm5521597qta.50 - gsmtp
Hello to all,
I installed orangescrum on my Windows server 2012, with a wamp distribution, I configured successfully the sso with Google, but when I try to send e-mail invitation, I receive an exception and the email was not sent.
I followed different solutions proposed in yours orange google group, but without success.
In particular I set tls=true in smtpTransport.php, and configured my SMTP parameter, in constants.php file, as :
define("EMAIL_DELIVERY", "smtp");//Make sure to enable "php_openssl" in PHP. In WAMP, you need to enable extension=php_openssl.dll on php.ini file//Gmail SMTP
define("SMTP_HOST", "smtp.gmail.com");
define("SMTP_PORT", "587");
define("SMTP_UNAME", "ciemmein...@gmail.com"); // real account gmail
define("SMTP_PWORD", "xxxxxxxxx");
define("WEB_DOMAIN", "ciemmeinformatica.it"); // real domain registred in Aruba provider
define('FROM_EMAIL_NOTIFY', 'in...@ciemmeinformatica.it'); // email not real (fake)
define('SUPPORT_EMAIL', 'sup...@ciemmeinformatica.it'); // From Email support not real (fake)
define('FROM_EMAIL', 'Orangescrum<'.SUPPORT_EMAIL.'>');
Furthermore I executed the following command :
Hello All,
Example:
The page you requested was not found |
You may have clicked an expired link or mistyped the address. |