helpdesk-z/helpdeskz-dev

Gmail SMTP server is wrong

i5o opened this issue · 2 comments

i5o commented

it should be smtp.gmail.com as noted in https://support.google.com/mail/answer/7126229?hl=en-GB

<input type="text" name="smtp_host" class="form-control" value="<?php echo set_value('smtp_host', (isset($email) ? $email->smtp_host : 'mail.gmail.com'));?>">

Hi,

That's not an issue, it's just an example, you are free to change it.

i5o commented

Yes. But its a wrong example, so its misleading