orangescrum-community
orangescrum-community copied to clipboard
Invalid email: "emailId"
Hello
I try to install orangescrum but I can't send email to invite people in my project. More particularly, people don't receive the mail. I finaly found this link http://projet.mydomain.fr/cron/test_email/?to=emailId and I have :
php_openssl in php.ini is enabled ssl://smtp.gmail.com:465 () is open. Simple Email Caught exception: Invalid email: "emailId" Template Email Caught exception: Invalid email: "emailId"
So I tried Mandrill and Sendgrid, I have the same issue.
You can find my constants file here : https://pastebin.com/eAuiCuhZ
I don't know if i need to install on my vps a mail server. Thanks for your help. (Sorry for my english)
Same problem (Using Shinjiru as service provider on shared host)
php_openssl in php.ini is enabled
ssl://smtp.gmail.com:465 is not responding.
Simple Email Caught exception: Invalid email: "emailId"
Template Email Caught exception: Invalid email: "emailId"
@kwa11ace I haven't found solution for this problem so I switched for openproject : openproject.com
HI, I ended up getting them to fix by allowing the use of the local mail server but I too ended up changing, to Rukovoditel, I liked openproject but looked too hard to install on a shared host :)
Hello,
Please use exact email in the "emailId"
for example http://localhost/orangescrum/cron/test_email/[email protected] (if you are using localhost) http://127.0.0.1/orangescrum/cron/test_email/[email protected] (if you are using IP) http://myprojects.orangescrum.com/cron/test_email/[email protected] (if you are using any valid domain) If the email is not working then please send your server access to [email protected]
Best Regards Team Orangescrum
Though perhaps not immediately obvious, but emailid is a placeholder for a real email address: [email protected]
Hello,
Please use exact email in the "emailId"
for example http://localhost/orangescrum/cron/test_email/[email protected] (if you are using localhost) http://127.0.0.1/orangescrum/cron/test_email/[email protected] (if you are using IP) http://myprojects.orangescrum.com/cron/test_email/[email protected] (if you are using any valid domain) If the email is not working then please send your server access to [email protected]
Best Regards Team Orangescrum
That was epic ;) Thanks