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

Robert Jordan robertj at gmx.net
Wed Feb 17 14:04:52 EST 2010


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 username at gmx.com and a password. In my code
> they're both valid, yet I'm still unable to send.
>
> Am I missing something?

Yes, you didn't read my response. Being able to send a mail from
Google to GMX means nothing in this context.

Again: GMX *requires* that the FROM address is a GMX address. This
means that you MUST NOT send a mail FROM 'pjohnson1 at uclan.ac.uk'
via GMX' servers. The FROM address MUST be 'something at gmx.com',
the account/login name MUST be 'something at gmx.com' and the
password MUST match.

All capitalized words as per RFC-2119 ;)

Robert



More information about the Mono-list mailing list