orangescrum-community icon indicating copy to clipboard operation
orangescrum-community copied to clipboard

Invalid email: "emailId"

Open ghost opened this issue 8 years ago • 6 comments

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)

ghost avatar May 06 '17 10:05 ghost

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 avatar Jun 02 '17 11:06 kwa11ace

@kwa11ace I haven't found solution for this problem so I switched for openproject : openproject.com

ghost avatar Jun 21 '17 10:06 ghost

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 :)

kwa11ace avatar Jun 21 '17 11:06 kwa11ace

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

Prabhudas avatar Jun 23 '17 11:06 Prabhudas

Though perhaps not immediately obvious, but emailid is a placeholder for a real email address: [email protected]

TerraTech avatar Jul 07 '18 21:07 TerraTech

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

VishnuAnand avatar Oct 01 '19 19:10 VishnuAnand