Differences

This shows you the differences between two versions of the page.

Link to this comparison view

public:howto:tmimepart [2007/11/30 09:47]
geby created
public:howto:tmimepart [2008/04/01 11:55] (current)
geby
Line 41: Line 41:
     m.EncodeMessage;     m.EncodeMessage;
     memo1.lines.assign(m.lines);     memo1.lines.assign(m.lines);
 +    //if you wish to send it by SMTP too, then:
 +    SendToRaw('youraddress@somewhere.com', 'You@somewhere.com', 'your.smtp.server.com', m.lines, 'yourusername', 'yourpassword');
   finally   finally
     m.free;     m.free;
public/howto/tmimepart.1196412427.txt.gz · Last modified: 2007/11/30 14:30 (external edit)
Driven by DokuWiki Recent changes RSS feed