Bull's eye! I got the message if I fill the form with 'smtp_from' value as email.
With this configuration, I don't understand how it was used before.

In 'send' function within ContactNotifyEmail class, I tried to fix it by commenting the updating of the sender informations or getting the settings of trac.ini but it was unsuccessful.
So finally I hardcoded the email and the name of the sender to make it work.


Nicolas

On 20/06/2018 08:24, RjOllos wrote:


On Tuesday, June 19, 2018 at 2:24:53 PM UTC-7, Nicolas MARTIN wrote:

    I followed your instructions and tested again the form,
    unfortunately still no email received and the log still mention
    the sending action. Everything goes as if there is no issue

    2018-06-13 22:15:33,035 Trac[notification] INFO: Sending
    notification through SMTP at localhost:25 to
    [u'[email protected] <mailto:[email protected]>']
    ...
    2018-06-17 15:36:35,874 Trac[notification] INFO: Sending
    notification through SMTP at localhost:25 to
    [u'[email protected] <mailto:[email protected]>']
    ...
    2018-06-19 22:50:58,024 Trac[notification] INFO: Sending
    notification through SMTP at localhost:25 to
    [u'[email protected] <mailto:[email protected]>']


    Nicolas


It might be because the Contact form name and email are used as the sender rather than the values like [notification] smtp_from and smtp_from_name:
https://trac.edgewall.org/wiki/TracIni#notification-smtp_from-option

You could try using the value of smtp_from and smtp_from_name as a test when filling out the form.

- Ryan
--
You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[email protected]>.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to