콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
16968 화면

Hello! I'm fighting with email sending via smtp. My email provider needs per user authentification for outgoing emails.

Error log:

File "/opt/openerp/server/openerp/addons/base/ir/ir_mail_server.py", line 463, in send_email
    smtp.sendmail(smtp_from, smtp_to_list, message.as_string())

and server answer:

SMTPSenderRefused: 553
5.7.1 Sender address rejected: not owned by auth user.
아바타
취소
작성자 베스트 답변

I create small module, which allows to use different smtp settings for users: https://github.com/bamps/smtp-per-user

아바타
취소
베스트 답변

@Leonid, you are the man ! Thanks for your code

아바타
취소
베스트 답변

Are you obligated to use that SMTP provider? If not, just use Google! It's free and probably about as reliable as you can get.

This video shows you the set up procedure, step by step : SMTP setup so as to invite UID/PWD users

아바타
취소
관련 게시물 답글 화면 활동
2
3월 15
14301
14
5월 24
235033
2
3월 23
6167
1
5월 22
2859
1
11월 17
8212