Menu

#214 Email error

Future_Requests
closed
nobody
MRBS (195)
5
2012-08-01
2011-04-26
dirtysnipe
No

I have MRBS setup using SMTP

The users are in the MRBS DB

If i login with the user admin which in the DB has the account admin and the email mrbs@mydomain.co.uk
Now if i create a booking using the admin account it does not send it from the admins email in the DB it creates its own buy using the login username followed by my domain name admin@mydomain.co.uk

any reason why it should be doing this?

Discussion

  • Campbell Morrison

    I can't reproduce this in the trunk. The only reasons I can see that this would happen are (a) if $auth['type'] is set to something other than 'db' or 'ldap' or (b) if you have made some customisations to functions_mail.inc

    Campbell

     
  • dirtysnipe

    dirtysnipe - 2011-05-06

    I had dbext set so it would not display a user list link by the login button.
    As soon as i change it to DB it uses the usersemail. Very odd.

    Yes I have customizations to the mail functions but that it to just s end an email to the it department if equipment is selected in the add booking page. Nothing else.

     
  • Campbell Morrison

    Well, it's not odd at all. If you have the auth type set to dbext then that's how MRBS gets the email address. If you want to remove the user list link then you should comment out that piece of code. (But why would you not want the user list link?)

    Campbell

     
  • John Beranek

    John Beranek - 2012-08-01

    Not a bug, closing

    • status: open --> closed
    • milestone: --> Future_Requests