Browse by Tags

Related Posts

  • Re: Email Question: How do put sender's name in the FROM field?

    If you also want to have something like this: mail.From = new MailAddress("you@yourcompany.com", "Your Name"); mail.ReplyTo = new MailAddress("new@yourcompany.com"); Code above means the the message that will be sent will be having a different recipient if they reply to...
    Posted to Web Forms (Forum) by chope_07 on 05-15-2009, 12:00 AM
    Filed under: mail, mailmessage
  • Re: Email Question: How do put sender's name in the FROM field?

    Since this issue was posted 5 years ago, I think you already solved your problem. For those new in asp.net and interested in this topic I hope this may help you. You can try using this. mail.From = new MailAddress("you@yourcompany.com", "Your Name");
    Posted to Web Forms (Forum) by chope_07 on 05-15-2009, 12:00 AM
    Filed under: mail, mailmessage
  • Take a copy of Mail body to Foroum.

    Hi everyone. I have one email id, myusername@mydomain.com . And I have a forum. What is my requirement is: When ever a mail is sent to this above ID, I want to copy the body of that mail to my fourum. Mails can be sent from any domail like @gmail,@yahoo..... How to do this in light weight way!!! Give...
    Posted to Web Forms (Forum) by avicool08 on 05-09-2009, 12:00 AM
    Filed under: System.Net.Mail, track mail inbox, mail, Mail sending
  • Send Text message to cell phone

    i have a Online appointment project i which i have to send reminder to patients regarding the appointment date and time just before one day. i have to send reminder through email and SMS. i don't know how to send SMS text through asp.net application. how can i send the text message..
    Posted to Web Forms (Forum) by Rangapure.S.Swapnil on 05-03-2009, 12:00 AM
    Filed under: .msg, .net 2.0 ASPX, .Net 2.0 FormView, accessibility, accessing controls, asp.neet 2.0, asp.net 2.0, ASP.NET 2.0 + Third party Controls, ASP.net 2.0 code-behind, aspx.vb, Attachments, autocomplete, automatic form posting, events, mail, mail MailMessage BC blind copy C#, mail message colors c# aspx function, mailaddress() email asp.net 2.0, mailform, mails in asp.net, mailto:, Message box, message passing, messages, user controll, user controls asp.net
  • Need urgent Help

    How to stop sending the email after i take all the id and email addresses from the database? Thank you Here is the source code: ArrayList list_ids = new ArrayList (); ArrayList list_emails = new ArrayList (); int i = 0; string email = "" ; string id = "" ; SqlConnection con = DBConnection...
    Posted to Web Forms (Forum) by lanhut on 02-11-2009, 12:00 AM
    Filed under: ASP.net2.0, mail
  • iFrame Form

    Okay I've looked everywhere for a solution to this problem but I seriously can't find any solution. What I have set up is a site that grabs the iFrame for content, by doing this, I allow the flash music player on the site to play without disruption of page switching. Unfortunately, when I try...
    Posted to Web Forms (Forum) by Villanite on 02-07-2009, 12:00 AM
    Filed under: Post Back, contact form, form, iFrame, mail
  • Integrating Exchange Server to asp.net

    Hi all, I have a situation in my project that need integratation of exchange server with my web application. 1) First situation is I need to read all the incoming mails and save the content of the e-mail, sender and reciever details into a database. 2) Second is i need to check one condition and based...
    Posted to Enterprise Services Integration (Forum) by satishreddy7 on 01-16-2009, 12:00 AM
    Filed under: "Asp.net 2.0", send email, send email from exchange server, send email gmail, Send email with asp.net, send mail, send smtp, sending mail vb, SendMail, mail, mail message colors c# aspx function, mailform, mailmessage, mails in asp.net, Mailserver, Exchange
  • Re: problem starting SMTP server

    Hello, I assume since you are using an API for MailEnable, you want to use MailEnable as your SMTP server. You would first have to install MailEnable. You can find the Installation Guide for MailEnable here: http://www.mailenable.com/documentation/MailEnable_Installation_Guide.htm As well as their Knowledge...
    Posted to Installation and Setup (Forum) by ServerIntellect_BH on 01-12-2009, 12:00 AM
    Filed under: enable, mail, mail enable, mailenable, api
  • Re: logic and Documentation for Email Application

    Hi here is a sample code that you can use while sending mails in c#.net MailMessage message = new MailMessage("mail@xxx.co.in", ReceiverMailId, Subject, Body); SmtpClient emailClient = new SmtpClient("mail.rapidsoft.co.in"); System.Net.NetworkCredential SMTPUserInfo = new System.Net...
    Posted to Getting Started (Forum) by fewlines4biju on 12-16-2008, 12:00 AM
    Filed under: C sharp 2.0, mail
  • Mailbox unavailable. The server response was: 5.7.1 Unable to relay

    I am using System.Net.Mail classes(MailMessage, SmtpClient) for email. we are using exchange server. Everything work fine, when we send email within organization. But following exception occur when email is sent from organization to external email address like hotmail, yahoo etc. System.Net.Mail.SmtpFailedRecipientException...
    Posted to Web Forms (Forum) by syed.tayyab.ali on 11-14-2008, 12:00 AM
    Filed under: mail, mailbox unavailable, relay
Page 1 of 5 (49 items) 1 2 3 4 5 Next >