<div dir="ltr">Hi All,<div><br></div><div>I have been doing some digging.</div><div><br></div><div>1) If you firstly create a Mail sever setting with Requires Authentication to no, it will not let you move forward.</div><div>
2) To get around this I set it to yes, edited it back to no and then saved the setting</div><div>3) On line 1125 class.phpmailer</div><div><br></div><div><div>if ($this->SMTPAuth) {</div><div>            if (!$this->smtp->Authenticate($this->Username, $this->Password, $this->AuthType, $this->Realm, $this->Workstation)) {</div>
<div>              throw new phpmailerException($this->Lang('authenticate'));</div><div>            }</div><div>          }</div></div><div><br></div><div>As this is returning a value its doing the above check for now i've set this to</div>
<div><br></div><div><div>if ($this->SMTPAuth != 'false') {</div><div>            if (!$this->smtp->Authenticate($this->Username, $this->Password, $this->AuthType, $this->Realm, $this->Workstation)) {</div>
<div>              throw new phpmailerException($this->Lang('authenticate'));</div><div>            }</div><div>          }</div></div><div><br></div><div>But I'm more interested in Why the true false is a text field in the DB, not a straight forward boolean?</div>
<div><br></div><div>Any info would be great</div><div><br></div><div>Regards,</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 20 January 2014 13:27, Daniel Thompson <span dir="ltr"><<a href="mailto:developingdanny@gmail.com" target="_blank">developingdanny@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I seem to be getting this error .<div><br></div><div><span>SMTP Connect() failed.</span><br></div><div><span><br>
</span></div><div><span>Any ideas?</span></div></div>
</blockquote></div><br></div>