How to programatically send an e-mail with MonoXhttp://monox.mono-software.com/Mono/Pages/Discussion/dtopic/9Es9WMwqm0av856RAMfHgw/How-to-programatically-send-an-e-mail-with-MonoX/?username=khorvat&tstype=SortNewTopicsOnTop&MonoXRssFeed=How-to-programatically-send-an-e-mail-with-MonoXb1e3e916-3e08-4501-b59b-9e9100c74a8bhttp://monox.mono-software.com/Mono/Pages/Discussion/dtopic/9Es9WMwqm0av856RAMfHgw/How-to-programatically-send-an-e-mail-with-MonoX/?username=khorvat&tstype=SortNewTopicsOnTop&dmsgid=FunjsQg-AUW1m56RAMdKiw#PostFunjsQg-AUW1m56RAMdKiwHi,<br /> <br /> <span class="Apple-tab-span" style="white-space: pre;"> </span>I'm developing a sma ...Hi,<br /> <br /> <span class="Apple-tab-span" style="white-space: pre;"> </span>I'm developing a small hello world application with MonoX and now I need to&nbsp;&nbsp;programatically send an e-mail with MonoX. How can I do that ? ...Mon, 21 Feb 2011 11:54:38 +010009bd537d-a5b1-46e2-b603-9e9100c93bbfhttp://monox.mono-software.com/Mono/Pages/Discussion/dtopic/9Es9WMwqm0av856RAMfHgw/How-to-programatically-send-an-e-mail-with-MonoX/?username=khorvat&tstype=SortNewTopicsOnTop&dmsgid=fVO9CbGl4ka2A56RAMk7vw#PostfVO9CbGl4ka2A56RAMk7vwHi imarusic,<br /> <br /> <span class="Apple-tab-span" style="white-space: pre;"> </span>there are & ...Hi imarusic,<br /> <br /> <span class="Apple-tab-span" style="white-space: pre;"> </span>there are &nbsp;two ways to send an e-mail programatically:<br /> <br /> 1. you can use Asp.net SmtpClient to send an e-mail you can read more about it <a href="http://msdn.microsoft.com/en-us/library/system.net.mail.smtpclient(v=VS.90).aspx">here</a>.<br /> 2. You can use the MonoX built in MonoXMailSender to send mail:<br /> <span class="Apple-tab-span" style="white-space: pre;"> </span>- You can use one or more simple methods such as "SendMail(toAddress, title, plainContent)", "SendMail(fromAddress, toAddress, title, htmlContent, plainContent)"<br /> <span class="Apple-tab-span" style="white-space: pre;"> </span>- you can also send an e-mail asynchronously with "SendMailAsync()" but before using this method you need to add all your mail messages to MailQueue which is a property of MonoXMailSender class ...Mon, 21 Feb 2011 12:07:37 +010074358a60-adef-42df-9d64-9e9100ccd550http://monox.mono-software.com/Mono/Pages/Discussion/dtopic/9Es9WMwqm0av856RAMfHgw/How-to-programatically-send-an-e-mail-with-MonoX/?username=khorvat&tstype=SortNewTopicsOnTop&dmsgid=YIo1dO-t30KdZJ6RAMzVUA#PostYIo1dO-t30KdZJ6RAMzVUAGreat, thanks. ...Great, thanks. ...Mon, 21 Feb 2011 12:13:16 +0100