Email fonts and signature

Technical support and scripting issues

Moderators: Dorian (MJT support), JRL

Post Reply
lcrltd
Junior Coder
Posts: 35
Joined: Thu Nov 16, 2006 8:23 am

Email fonts and signature

Post by lcrltd » Tue Jul 05, 2011 6:57 am

Using the smtp send command ( or other method ) can you change the default font in the email?

I would like to call up a txt file to send in an email, and if possible add a signature logo .

adroege
Automation Wizard
Posts: 438
Joined: Tue Dec 07, 2004 7:39 pm

Post by adroege » Tue Jul 05, 2011 5:11 pm

Using the smtp send command ( or other method ) can you change the default font in the email?
This requires sending HTML formatted email and not just plain text.


Haven't tried this with smtpsend. You would have to code the HTML email first for it to send. Another option is to script Outlook using VBScript.... still requires that the HTML be constructed first.


You might also try automating a browser-based email like Yahoo to do the sending. The automation could be with mouse/keystrokes OR better yet with VBScripting the IE browser object.

User avatar
Marcus Tettmar
Site Admin
Posts: 7380
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Post by Marcus Tettmar » Tue Jul 05, 2011 7:02 pm

For sending HTML formatted email see:
http://www.mjtnet.com/forum/viewtopic.php?t=1663
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts