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

Sharing by Email Idea #10

Open
Thibautt opened this issue Apr 8, 2015 · 2 comments
Open

Sharing by Email Idea #10

Thibautt opened this issue Apr 8, 2015 · 2 comments
Labels

Comments

@Thibautt
Copy link

Thibautt commented Apr 8, 2015

Would be good to have the "share page via email feature" to work like it does for AddThis.

Given that a user presses share via email
Then a popup opens
And user should add email and message

Given that the user confirms sending
Then the email sender is the application owner
And the email is sent using the application owner's mail provider (or own server).

For application owners whom do not have mail providers you should probably keep current behavior default and make new behavior optional.

@darklow
Copy link
Owner

darklow commented Apr 8, 2015

Since currently this lib is pure client side, how do you imagine the actual sending part?
You mean something like manual popup and you can specify destination endpoint to where submitted data (recipients, subject, body) will be posted?

@Thibautt
Copy link
Author

Thibautt commented Apr 8, 2015

Yes it is indeed what I mean.

For the sending part, We would need a server endpoint that accepts standard parameters. Then we would specify that endpoint as URL and have the popup send standard post parameters to that URL.
e.g. FROM, TO, SUBJECT, MESSAGE and URL

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

No branches or pull requests

2 participants