Posted on: 7/2/2014 7:35:55 PM | Views : 347

Hi,
I am trying to send email with attachment, when I click on submit nothing happens no error shows neither email sent.
Here is the aspx page:

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="sendmail.aspx.cs" Inherits="sendmail_sendmail" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <div> <table style="padding-left: 10px; background-color: #4B8DF8; color: #fff; font-weight: bold;"> <tr> <td colspan="2"> <span class="primary">< ...

Go to the complete details ...