Hi Mario, The PYP- prefix is added by this method <https://github.com/edx/edx-platform/blob/27e1d28ed2b984466ed6b0f7af13caccca140319/lms/djangoapps/bulk_email/tasks.py#L355-L420>. You can override that by setting a "course_email_from_addr" site configuration value for your site in the django admin. You can find an example of that at https://edx.readthedocs.io/projects/edx-installing-configuring-and-running/en/latest/configuration/sites/configure_site.html .
On Thu, Mar 21, 2019 at 3:44 PM mario silic <[email protected]> wrote: > I have configured bulk email. Other emails are working correctly. > > I'm stuck with the below message which is strange one as it seems that for > some reason PYP- extension is added to the verified email which is > [email protected] > > SMTPSenderRefused: (550, 'From address must match authenticated address', > u'"Seminar: Publishing Your Paper Course Staff" <[email protected] > >' > > Any idea from where this might be coming? > > thanks > Mario. > > -- > You received this message because you are subscribed to the Google Groups > "General Open edX discussion" group. > To view this discussion on the web visit > https://groups.google.com/d/msgid/edx-code/44ccef3d-0ccf-42c4-925c-9e9e0c6dfebd%40googlegroups.com > <https://groups.google.com/d/msgid/edx-code/44ccef3d-0ccf-42c4-925c-9e9e0c6dfebd%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Matjaz Gregoric @OpenCraft -- You received this message because you are subscribed to the Google Groups "General Open edX discussion" group. To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/CALNP4Ffr-KFqy%2B9mxQkXq6xHOPxuO0cRBQBUNe4x%2B0UrBbieaw%40mail.gmail.com.
