Re: [Pharo-users] GMail example html

2017-03-02 Thread Jeff Gray
Gah - nabble rendered my source. It was supposed to show a string with an anchor tag embedded in it :-( -- View this message in context: http://forum.world.st/GMail-example-html-tp4936801p4936805.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

[Pharo-users] GMail example html

2017-03-02 Thread Jeff Gray
I copied the example from Zodiac. Changed to my credentials and got a simple message mailed out successfully. Then I tried changing to an html message: | mailMessage | mailMessage := MailMessage empty. mailMessage setField: 'subject' toString: 'Mail Test'. mailMessage body: (MIMEDocument