<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-33127371</id><updated>2011-04-21T20:29:36.286-07:00</updated><category term='smtp'/><category term='ubuntu'/><category term='django'/><category term='python'/><category term='vmware'/><title type='text'>Random Scribbles</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://web-shack.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/33127371/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://web-shack.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>webking</name><uri>http://www.blogger.com/profile/11609191437691558876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://www.cs.usfca.edu/~ugupta/me21.JPG'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-33127371.post-6622426735032976810</id><published>2009-05-03T16:44:00.000-07:00</published><updated>2009-05-03T16:50:07.966-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='vmware'/><category scheme='http://www.blogger.com/atom/ns#' term='ubuntu'/><title type='text'></title><content type='html'>Installing Vmware on Ubuntu - simple but too many questions!!&lt;br /&gt;&lt;br /&gt;A hardcore windows fan and of lately OS Leopard fan I am used to clicking a series of buttons and selecting a number of checkboxes.  I then expect the installer to go ahead and do the job.  I today installed Vmware server 2.0 on my ubuntu box.  I must say it was fairly easy to do so but too many questions to answer.  &lt;br /&gt;&lt;br /&gt;Thanks to the &lt;a href="http://www.bauer-power.net/2009/03/how-to-install-vmware-server-2-on.html"&gt;bauer-power article&lt;/a&gt; on how to install VMWARE server 2.0 on Ubuntu&lt;br /&gt;&lt;br /&gt;However at the end I could get it working with no issues.  I plan to install Windows 7.0 on the Virtual Machine and at some point of time get OS X Leopard working as well. &lt;br /&gt;&lt;br /&gt;I wonder if there was  a way to simulate hardware components so that although my hardware is different from what comes on a MAC I would be still able to simulate it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33127371-6622426735032976810?l=web-shack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://web-shack.blogspot.com/feeds/6622426735032976810/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=33127371&amp;postID=6622426735032976810' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/33127371/posts/default/6622426735032976810'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/33127371/posts/default/6622426735032976810'/><link rel='alternate' type='text/html' href='http://web-shack.blogspot.com/2009/05/installing-vmware-on-ubuntu-simple-but.html' title=''/><author><name>webking</name><uri>http://www.blogger.com/profile/11609191437691558876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://www.cs.usfca.edu/~ugupta/me21.JPG'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-33127371.post-3680519846269625213</id><published>2009-04-05T17:41:00.000-07:00</published><updated>2009-04-05T17:50:35.837-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='smtp'/><category scheme='http://www.blogger.com/atom/ns#' term='django'/><category scheme='http://www.blogger.com/atom/ns#' term='python'/><title type='text'></title><content type='html'>&lt;span style="font-weight:bold;"&gt;Using the smtplib  to send emails from python / django&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;import smtplib&lt;br /&gt;addr_from = 'xyz@gmail.com' # this will be your address &lt;br /&gt;addr_to = 'abc@yahoo.com' # person whom you want to send the email &lt;br /&gt;server = smtplib.SMTP('smtp.gmail.com') # if you are using gmail then your smtp server is smtp.gmail.com&lt;br /&gt;msg = ('From:'+addr_from+'\r\n'+'To:'+addr_to+'\r\n\r\n')&lt;br /&gt;msg = msg + 'Testing SMTPLIB' #test message&lt;br /&gt;server.ehlo() # Optional step &lt;br /&gt;server.starttls()&lt;br /&gt;server.ehlo() #Optional step &lt;br /&gt;server.login('xyz@gmail.com','password')&lt;br /&gt;server.sendmail(addr_from,addr_to,msg))&lt;br /&gt;&lt;br /&gt;Thats it ... and python takes care of sending the email.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/33127371-3680519846269625213?l=web-shack.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://web-shack.blogspot.com/feeds/3680519846269625213/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=33127371&amp;postID=3680519846269625213' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/33127371/posts/default/3680519846269625213'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/33127371/posts/default/3680519846269625213'/><link rel='alternate' type='text/html' href='http://web-shack.blogspot.com/2009/04/using-smtplib-to-send-emails-from.html' title=''/><author><name>webking</name><uri>http://www.blogger.com/profile/11609191437691558876</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='28' height='32' src='http://www.cs.usfca.edu/~ugupta/me21.JPG'/></author><thr:total>0</thr:total></entry></feed>
