Jblz619 Posted December 29, 2017 Share Posted December 29, 2017 (edited) Hi there I have The smtp mailer by Jos working perfectly I wrote a user friendly GUI for it and everything. Just one question can you send signatures at the bottom of the email through the smtp. I assume maybe clipboard put and clipboard get to copy and paste the email into the body of the script email. Idk please help. Maybe use html idk im looking every where and can't find any awnsers. Maybe if I get the full html code for the email signature save it to a txt file. And then use file read and put it at the bottom of the email body? I will test it and let you guys know. Edited December 29, 2017 by Jblz619 Peter_J and Earthshine 2 Link to comment Share on other sites More sharing options...
Developers Jos Posted December 29, 2017 Developers Share Posted December 29, 2017 Isn't that simply a matter of concatenating the footer (html) text to the provided Body text? Jos Jblz619 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Jblz619 Posted December 30, 2017 Author Share Posted December 30, 2017 6 hours ago, Jos said: Isn't that simply a matter of concatenating the footer (html) text to the provided Body text? Jos Working great all I did was inspect the element and copy the html code. Paste it into my txt file I use as the email body. Thank you jos Link to comment Share on other sites More sharing options...
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