Config error - Parse error: syntax error, unexpected T_STRING

Most near lines before, and after are #'d out.

I googled php and “@”…says php treats “@” as ignore errors. What does that do to the PHPlist config when login user consists of an email address ?

line 557: define(“PHPMAILERHOST”,‘smtp.mailgun.org:587’);
line 568: $phpmailer smtpuser = ‘postmaster@mg.xxxxxxx.com’;
line 569: $phpmailer smtppassword = ‘xxxdf12bbff6e203f2938181f54xxx’;

I don’t know what you mean by underline between user & password…config doesn’t have any except when I’m in edit mode.

oldgeezer