Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send Email to Invited User? #60

Closed
duezerouno opened this issue Dec 12, 2012 · 2 comments
Closed

Send Email to Invited User? #60

duezerouno opened this issue Dec 12, 2012 · 2 comments

Comments

@duezerouno
Copy link

There's an easy way to do that?

@SachaG
Copy link
Contributor

SachaG commented Dec 12, 2012

There's currently no way to do this but it wouldn't be too hard to implement. You need to do two things:

  1. Define a server side Meteor method that sends the email
  2. Call that method from user_item.js

Just make sure that the current user has admin rights in the Meteor method and you should be good to go.

@SachaG SachaG closed this as completed Dec 12, 2012
@SachaG
Copy link
Contributor

SachaG commented Dec 12, 2012

Alternatively, you can also use something like Vero or Customer.io to send your emails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants