Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
12995 Vizualizări

I can configure outgoing email servers (smtp) with my (admininstrator) email id and password for our company gmail account. But when another user try to send out the email, it uses the same gateway as mine. That means the receiving user see the emails of all users as coming from my email id (administrator).

How can other users send out the email with their email id in the "from" field?

Thank you

Varghese

Imagine profil
Abandonează
Cel mai bun răspuns

In OpenERP version 7.0 always the mail gateway with the lowest sequence (highest priority) is used.

Although it is possible to specify a mail gateway for an email message (field mail_server_id in object mail.mail) this option is not used in the current version.

You can only add this functionality by writing a short module.

Imagine profil
Abandonează

Well I just wrote such module. github.com/bamps/smtp-per-user

Cel mai bun răspuns

In my test environment I have a single outgoing email server, with no credentials. That way the outgoing email uses the "From" email address of the user who actually sends it. It's OK to do this from a security standpoint if the outgoing server is localhost (127.0.0.1), which would mean the SMTP server on the machine that OpenERP is running on. I'm using another valid approach, which is to configure the outgoing server as my domain's production server and and the OpenERP server's IP address to the mail server's list of allowed relay clients (for example, in 'mynetworks' in Postfix).

Imagine profil
Abandonează

i do this but no email receipt in my inbox please help me

Related Posts Răspunsuri Vizualizări Activitate
8
sept. 15
8065
1
iul. 23
4839
2
mai 15
5481
0
mai 15
5661
3
mar. 15
9181