On Jun 20, 2011, at 1:24 PM, hubert depesz lubaczewski wrote: > On Mon, Jun 20, 2011 at 01:21:19PM +0200, jake wrote: >> Hello, >> >> my username contains an @-mark. >> So the resulting smtp_host is >> "smtp://username@[email protected]:587" >> Obviously that contains two @-marks and mutt says "550 invalid domain" >> >> How do I do encode my username? >> I tried to prefix the first "@" with a backslash. but that doesn't work. > > "smtp://username%[email protected]:587" > > depesz
thank you! regards, jake
