Browse by Tags

Related Posts

  • Two problems related to SMTP

    from my web form I am sending email to our users just to tell them that they registered successfully. for this I am using web Config < system.net > < mailSettings > < smtp > < network host = "host " port = " 25 " userName = "user email " password = "password...
    Posted to Web Forms (Forum) by imran1978 on 06-04-2009, 12:00 AM
    Filed under: smtp
  • Email to AOL addresses does not go through

    Hi all, I'm using SmtpClient to send emails from my web app. It works fine, unless the recipient is at an AOL account. I get no errors, but the mail just doesn't go through. For testing, I am CC'ing my own email address. If it sends to any address but AOL, I get a copy; if it sends to AOL...
    Posted to Configuration and Deployment (Forum) by bassrocks on 05-28-2009, 12:00 AM
    Filed under: SMTP, email, aol
  • A from address must be specified error when trying to send email form

    Hi all, I am trying to write a simple email plugin which will basically send an email to the specified email address but I am running into bit of an obstacle. I keep on getting the following error message appearing "System.InvalidOperationException: A from address must be specified". which...
    Posted to Web Forms (Forum) by GingerTom on 05-06-2009, 12:00 AM
    Filed under: smtp, smtpclient, email, mail message
  • Send email by using email set at google app (URGENT)

    Hi there, Currently I facing a problem to send email out. right now my customer email has been pointed to use google apps, then i trying to send email use it. but i am getting this message for port 587 " The SMTP server requires a secure connection or the client was not authenticated. The server...
    Posted to Web Forms (Forum) by etws14 on 04-15-2009, 12:00 AM
    Filed under: smtp, gmail
  • SmtpClient Trouble

    I have taken over a web application from another developer and am having trouble with sending an SMTP email. The former developer's email functions work just fine but mine do not seem to. I tried writing my own email function... and it didn't work. I tried overloading the former developer's...
    Posted to Web Forms (Forum) by november on 03-20-2009, 12:00 AM
    Filed under: smtp, System.Net.Mail
  • Failure sending mail. ---> System.InvalidOperationException

    I've written some code in c# .NET 2.0 to send alert emails to a list of clients. Everything works fine but every few days I get the following error message from my application: Error Message: Failure sending mail. Error Source: System Error Data: System.Collections.ListDictionaryInternal Error InnerException...
    Posted to Web Forms (Forum) by maushana on 03-06-2009, 12:00 AM
    Filed under: smtp, smtp email, .net 2.0 c#, asp.net, asp.net. 2.0, C# 2.0, email, exception handling in web page
  • Email Server supporting IMAP/POP3/SMTP

    Hi All, I'm currently working on a project which requires it's own mail servers, specifically with IMAP4, POP3 and SMTP. We would primarily be using IMAP and SMTP as the primary machinism. I've been searching around for a good review/recommendation for a open-source version (As this project...
    Posted to Free For All (Forum) by Darren.Sim on 02-17-2009, 12:00 AM
    Filed under: POP3, SMTP, IMAP
  • Suddenly Getting Error When Sending Email

    i could send email for a few days using this code below: MailMessage message = new MailMessage(); message.From = new MailAddress(ConfigurationSettings.AppSettings["fromEmailAddress"]); message.To.Add(new MailAddress(email)); message.Subject = subject; message.Body = body; message.IsBodyHtml...
    Posted to Getting Started (Forum) by ejike on 01-31-2009, 12:00 AM
    Filed under: SMTP, email, Error
  • Re: sending email trouble (web.config)

    Hi i am not able to write this web.config code in my project. I add just <add key="smtpserver" value="localhost"/> <add key="port" value="25"/> <add key="UserName" value="wwww"/> <add key="Password" value="zzzzz"...
    Posted to Classifieds Starter Kit (Forum) by Maharkhan on 11-18-2008, 12:00 AM
    Filed under: SMTP, config, email, web.config
  • Re: Getting SMTP to Work with GoDaddy

    I believe the difference between the above two posts is: Settings When Hosted On GoDaddy < system.net > < mailSettings > < smtp from= "xxxx@yyyy.org" > < network host= "relay-hosting.secureserver.net" /> </ smtp > </ mailSettings > </ system...
    Posted to Personal Site Starter Kit (Forum) by mddubs on 11-10-2008, 12:00 AM
    Filed under: smtp, asp.net, GoDaddy
Page 1 of 8 (75 items) 1 2 3 4 5 Next > ... Last »