<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Mail Sending' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Mail Sending' posted on the 'VB.NET' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Wed, 19 Jun 2013 00:23:38 -0700</pubDate>
    <lastBuildDate>Wed, 19 Jun 2013 00:23:38 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Mail Sending</title>
      <link>http://www.programmersheaven.com/mb/VBNET/362079/362079/mail-sending/</link>
      <description>Hello,&lt;br /&gt;
I an doing project sending mail through vb.net 2005. The mail is successfully sending from my company website mail id to my company website mail id (i.e) from info@akuva.com  to info3@akuva.com.&lt;br /&gt;
But it is not sending the mail from info@akuva.com to someone@yahoo.com and also to someother websites.The sending msg (ie) "Successfully Sent" msg is display at last. How can I solve this problem? &lt;br /&gt;
G.Manivannan, M.Sc.,[it],&lt;br /&gt;
VBA Programmer,&lt;br /&gt;
AKUVA Infotech, Bangalore.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBNET/362079/362079/mail-sending/</guid>
      <pubDate>Mon, 25 Jun 2007 04:20:29 -0700</pubDate>
      <category>VB.NET</category>
    </item>
    <item>
      <title>Re: Mail Sending</title>
      <link>http://www.programmersheaven.com/mb/VBNET/362079/362085/re-mail-sending/#362085</link>
      <description>What are you sending the email with? You probably need to set the From feild of the email before you send it.&lt;br /&gt;
&lt;br /&gt;
If you can, post some code that you are using to send that email.&lt;br /&gt;
&lt;br /&gt;
: Hello,&lt;br /&gt;
: I an doing project sending mail through vb.net 2005. The mail is &lt;br /&gt;
: successfully sending from my company website mail id to my company &lt;br /&gt;
: website mail id (i.e) from info@akuva.com  to info3@akuva.com.&lt;br /&gt;
: But it is not sending the mail from info@akuva.com to &lt;br /&gt;
: someone@yahoo.com and also to someother websites.The sending msg &lt;br /&gt;
: (ie) "Successfully Sent" msg is display at last. How can I solve &lt;br /&gt;
: this problem? &lt;br /&gt;
: G.Manivannan, M.Sc.,[it],&lt;br /&gt;
: VBA Programmer,&lt;br /&gt;
: AKUVA Infotech, Bangalore.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBNET/362079/362085/re-mail-sending/#362085</guid>
      <pubDate>Mon, 25 Jun 2007 05:28:29 -0700</pubDate>
      <category>VB.NET</category>
    </item>
    <item>
      <title>Re: Mail Sending</title>
      <link>http://www.programmersheaven.com/mb/VBNET/362079/362674/re-mail-sending/#362674</link>
      <description>: What are you sending the email with? You probably need to set the &lt;br /&gt;
: From feild of the email before you send it.&lt;br /&gt;
 &lt;br /&gt;
Hai,&lt;br /&gt;
Sorry for late and for the past few days I was busy with someother urgent work.Now I return back to this project. Just I want to send a mail to client with some attachement files.&lt;br /&gt;
Here by I had given the code...&lt;br /&gt;
&lt;br /&gt;
Can I attach more than one file for single mail&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 Dim SendEmail As New Mailclass&lt;br /&gt;
        Dim SendTo As String&lt;br /&gt;
        Dim FileAttach As String&lt;br /&gt;
        Dim strSubject As String&lt;br /&gt;
        Dim strMessage As String&lt;br /&gt;
        SendTo = txtTo.Text&lt;br /&gt;
        FileAttach = "c:\text.txt"&lt;br /&gt;
        strSubject = txtSub.Text&lt;br /&gt;
        strMessage = rtfMsg.Text  'The body encoding is set to HTML &lt;br /&gt;
        SendEmail.SendEmailMessage(txtFrom.Text, SendTo, strSubject, strMessage, FileAttach)&lt;br /&gt;
        MsgBox("Mail Sent")&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
G.Manivannan, M.Sc.,[it],&lt;br /&gt;
VBA Programmer,&lt;br /&gt;
AKUVA Infotech, Bangalore.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/VBNET/362079/362674/re-mail-sending/#362674</guid>
      <pubDate>Tue, 03 Jul 2007 06:03:14 -0700</pubDate>
      <category>VB.NET</category>
    </item>
  </channel>
</rss>