-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set smtp from e-mail? #458
Comments
Hello, That’s the way to do it: You don’t need to change source code for that! Regards, Olivier MORON |
@tomolimo I can't see your attached image... something broke |
With this setting GLPI sends me recursive e-mails: 1 mail to sender/user and 1 mail to But with my code change:
How can I do it without code change? |
@tomolimo Any ideas? |
Hello |
Hello, Could you clarify the point 4?
Do you mean that for each ticket creation an email is sent to |
Yes.
You mean Where I can find this list to edit e-mails? Also I can't find |
Hello |
I can't send emails: My |
After deleting |
I don't understand this
But regarding this I understand the need
IT department is NOT Administrator: you must define another user/group with another email (<> support@domain.com) for that. And you may set the new group in the 'new ticket' recipient list. |
Finally I solved my problem in this way:
That's all! User creates ticket and notifications sends to admin and user. Small problems remain:
Output:
And no errors in GLPI logs at all! Only with So... after this change:
All my mails works fine. Where I can find auth type in GLPI web-interface?
It doesn't matter in our company because only IT deapartment uses GLPI. |
Enabled.
TLS is encryption type/protocol. BASIC is auth type. This is different things. From
But on default LOGIN is not used, error. |
Hello, You are right about TLS and BASIC, but you should look at this in the traces:
So do some googling to find how to configure the connection. |
If I leave it empty by default, my connection uses |
Set "Way of sending email" to "SMTP", and not "SMTP+TLS". Closing; this is more a user support than a bug; and that seems solved anyways. |
Hi!
My notification settings:
I want to set
From
e-mail other thanReply-to
e-mail.Now I did this only with set in
class.phpmailer.php
, line 1199:support@domain.com
is our mailgate e-mail,admin@domain.com
is administrator e-mail.Maybe I missed this option somewhere in the web interface?
The text was updated successfully, but these errors were encountered: