mozillahispano / smw-reminder

Email reminders for semantic mediawiki data
http://www.mozilla-hispano.org
6 stars 3 forks source link

Wrong sender email #27

Open nukeador opened 11 years ago

nukeador commented 11 years ago

Sender email should be noreply@mozilla-hispano.org

Currently emails are sent using the account defined on the config.

Example: HOST = 'smtp.gmail.com:587' MAIL_FROM = 'noreply@mozilla-hispano.org' username = 'eventos@mozilla-hispano.org' passwrord = 'XXXXXXXXX'

ccarruitero commented 11 years ago

It's not ok? I think is ok this will defined in config. Can you explain better this?

nukeador commented 11 years ago

Check your reminder emails, they are from eventos@ not from noreply@

ccarruitero commented 11 years ago

I run test and apparently its ok

https://gist.github.com/3849181

Shown MAIL_FROM in message

nukeador commented 11 years ago

Weird... @willyaranda could this problem be a server problem instead of a script one?