Micheal222 Posted June 20, 2019 Posted June 20, 2019 Hi guys, I was just wondering if someone can help me. I need to create a program that sends me an email with the contents of the clipboard and because I'm fairly new to coding, I require some assistance on this. All it basically needs to do is detect if "2019.06.21" is in the clipboard and send an email to me with the contents. I've also tried watching some videos and seem to be stuck on this if someone can help. Thanks
Subz Posted June 20, 2019 Posted June 20, 2019 Use ClipGet to get the clipboard contents, StringInStr to check the string, _InetSmtpMail to send the email
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now