<div dir="ltr"><div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">1. I see in preferences file admin Users admin1, admin2 and so on. How to access the system as an admin ? is there a default Password ? If not, How can I create one ?<br>
</blockquote><div><br></div><div>This depends upon your authentication backend (<a href="https://zend.to/authentication.php" target="_blank">https://zend.to/authenticatio<wbr>n.php</a>).  There's a(n) /opt/zendto/bin/README.txt  which should document the commands/scripts needed to create local users (admin1, admin2, etc.), but "adduser.php" is probably the one you're looking for.  Execute that from CLI to add your first user and specify it as an Admin User in preferences.php.</div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">2. I am trying to setup the email using basic SMTP, it is throwing an error. I created a one page php script to send mail with same settings and that works. Can some one please share a Snippet or screen shot of how can I setup SMTP</blockquote><div><br></div><div>I push emails to an external SMTP server, with only 'defaultEmailDomain', 'SMTPserver', 'SMTPport', 'SMTPsecure', and 'SMTPcharset' specified.  No local configuration required.</div><div><br></div><div>For the previous 3-4 months, ALL of those settings except 'defaultEmailDomain' and 'SMTPcharset' were commented out, so it used the default PHPMail but still worked.  I would think that you still need Postfix or Sendmail on your local Zendto server, but still no local configuration required.</div><div><br></div><div>Side note:  By default, PHPMail sends out as "apache@<servername>.<<a href="http://yourdomain.com" target="_blank">yourdoma<wbr>in.com</a>>", so this may result in NEUTRAL grades if you have SPF set for <<a href="http://yourdomain.com" target="_blank">yourdomain.com</a>>.  I believe the outbound email address is set via PHP settings.  However, using an external SMTP server bypasses this with a return address of "zendto@<<a href="http://yourdomain.com">yourdomain.com</a>>" or whatever you may have configured.</div><div><br></div><div>Also, enabling 'SMTPdebug' might help you figure things out.</div><div><br></div><div> <br></div></div></div></div></div>