[Mono-list] Sending email via gmx in C#

2010-02-17 Thread pfj
Hi, Currently my code looks like this void SendClick(object sender, EventArgs e) { string un = uname + @ + address; string ipa = IP address sent from : + ip.Text; StreamWriter sw = new

Re: [Mono-list] Sending email via gmx in C#

2010-02-17 Thread Robert Jordan
On 17.02.2010 12:04, pfj wrote: This should work happily, but I always get an error thrown - Mailbox unavailable. The server response was 5.7.0 Sender address does not belong to logged in user {mp-eu001} According to the docs for gmx, I'm doing this correctly. Is my code wrong or is there

Re: [Mono-list] Sending email via gmx in C#

2010-02-17 Thread pfj
Hi, I've got a valid gmx email address that I can send from my google account to the gmx one (or even my work email to gmx). According to the set up for thunderbird, the smtp needs usern...@gmx.com and a password. In my code they're both valid, yet I'm still unable to send. Am I missing

Re: [Mono-list] Sending email via gmx in C#

2010-02-17 Thread A.M. Abdelaziz
it's said that port 25 is the default, but u r using ssl have u tried seting smtp.port = 465 On Wed, Feb 17, 2010 at 3:28 PM, pfj pjohns...@uclan.ac.uk wrote: Hi, I've got a valid gmx email address that I can send from my google account to the gmx one (or even my work email to gmx).

Re: [Mono-list] Sending email via gmx in C#

2010-02-17 Thread Robert Jordan
On 17.02.2010 14:28, pfj wrote: Hi, I've got a valid gmx email address that I can send from my google account to the gmx one (or even my work email to gmx). According to the set up for thunderbird, the smtp needs usern...@gmx.com and a password. In my code they're both valid, yet I'm still