hi guys, need your help. got this code from this site: http://www.vbdotnetheaven.com/UploadFile/prvn_131971/mailvb11172005000829AM/mailvb.aspx
public static void Send(String from, String to, String subject, String messageText).
SmtpMail.Send("mcb@mindcracker.com", "webmaster@mindcracker.com", "Subject", "Message body").
just need your help guys, what's the equivalent code of this in vb express 2010. Thanks. :)