On Mon, 11 Dec 2017 01:03:22 +0100
Patrick Monnerat via curl-library <[email protected]> wrote:

> On 12/10/2017 09:47 PM, Sean MacLennan wrote:
> > Connected_to_74.125.124.26_but_sender_was_rejected./Remote_host_said:_555_5.5.2_Syntax_error._a188si5053814itg.1_-_gsmtp/
> >   
> 
> > #define FROM    "Sean MacLennan <[email protected]>"
> > #define TO      "<[email protected]>"
> >  
> 
> I googled for you about it and found a similar problem: 
> https://stackoverflow.com/questions/4321346/555-5-5-2-syntax-error-gmails-smtp
> The solution would be to set a printable name in the recipient
> address too. I'm not sure it is your problem, but if so, this is
> obviously one of the several gmail deviations.

That seems to be the problem!

#define FROM    "<[email protected]>"
#define TO      "<[email protected]>"

works. Everybody uses "Name <email>", how does anything work? Not
that I really care, this allows me to work around the problem.

Thanks!

Cheers,
   Sean
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html

Reply via email to