We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to remove the tweet function and put in an email-to function?
edit:
I put in a quick hack by commenting out the "api section" in def tweetResults and adding:
server = smtplib.SMTP('127.0.0.1',25) status = server.sendmail("xxx","xxx",message)
Also need to "import smtplib"
And make sure postfix is running on the local box and can send out email.
The text was updated successfully, but these errors were encountered:
Why not open a pr @noak1
Sorry, something went wrong.
This would be awesome. Especially if you used something like Hunter.io to get senior Executives at Comcast's email.
No branches or pull requests
Is it possible to remove the tweet function and put in an email-to function?
edit:
I put in a quick hack by commenting out the "api section" in def tweetResults and adding:
server = smtplib.SMTP('127.0.0.1',25)
status = server.sendmail("xxx","xxx",message)
Also need to "import smtplib"
And make sure postfix is running on the local box and can send out email.
The text was updated successfully, but these errors were encountered: