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

Mail-Plugin: Attachments available #156

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Conversation

JuMi2006
Copy link
Collaborator

  • backward compatible
  • sh.mail(recipient, subject, message) -> without attachment
  • sh.mail(recipient, subject, message,'path/to/file') -> one attachment as string
  • sh.mail(recipient, subject, message,['path/to/file_1','path/to/file_2','path/to/file_3'])-> multiple attachments as list

Develop - try to merge own fork
- backward compatible
- sh.mail(recipient, subject, message) -> without attachement 
- sh.mail(recipient, subject, message,'path/to/file') -> one attachement as string
- sh.mail(recipient, subject, message,['path/to/file_1','path/to/file_2','path/to/file_3'])-> multiple attachements as list
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

Successfully merging this pull request may close these issues.

1 participant