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

New method to allow for saving email to file which also allows using of Send() to send the email #101

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mkimmet
Copy link

@mkimmet mkimmet commented Jan 8, 2015

I added a method SaveToFile(path), which will allow the user to save an email to a given path without using the Send() method. That way you can both save an email to a file and then also use the Send() method to send the email.

Let's you save an email to a file without using the Send() method.  That
way you can save an email to file, and then also send the email.
Let's you save an email to a file without using Send(), that way you can
save a copy of the file and also use Send() to send the email.
@mkimmet mkimmet changed the title New method to allow for saving email to file and then also using New method to allow for saving email to file which also allows using of Send() to send the email Jan 8, 2015
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