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

clean up email output, adding more whitespace and blocking the content more legibly so people can filter on their name more easily >> master #1

Merged
merged 11 commits into from
May 13, 2014

Conversation

nickboldt
Copy link
Collaborator

No description provided.


# thanks to http://guidetoprogramming.com/joomla153/python-scripts/22-send-email-from-python
def mailsend (fromEmailAddress, toEmailAddress, subject, message):
server = smtplib.SMTP("smtp.corp.redhat.com", 25)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should not be listed in public git

@maxandersen
Copy link
Owner

okey - changes looks overall good - merging them in to a codebase with 90% less duplication.

@maxandersen maxandersen merged commit 8788523 into maxandersen:master May 13, 2014
@maxandersen
Copy link
Owner

Thanks! i've merged this into smaller code base and move the jenkins job to use it.
HAven't triggered the jobs yet since I didn't want to disturb devs more than we already done today.

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.

None yet

2 participants