WPIntell

Source evidence

Email From!

WP Login Alerts by DigiP · support · 2013-01-07T11:43:00+00:00

mixedsentiment
mediumseverity
0.72relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 34 rows with source links

17.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
SarisIsop resolved
After update Emails are coming from “no-reply@ticktockcomputers.com” they used to come from my own Email address. How can I change this back ? Thanks. http://wordpress.org/extend/plugins/wp-login-alerts/ I wasted a lot of time today only to find out that the email address has been hardcoded in the update. New: $from = "no-reply@ticktockcomputers.com"; //$admin_email; Old: $from = $admin_email; Hope we can get an official fix for this very soon. I hate patching plugins. Reason I changed it, is because some users use Gmail, and on some hosts, their SMTP servers will not send mail from a Gmail address to a Gmail address, and people we’re not getting the login alerts. This was actually a fix, for a lot of people, not to mention mailer-daemon errors from Gmail, rejecting emails sent to them self unless explicitly white listed as such, and even then, some web hosts, would not do it due to their own server side mail rules. By hard coding a “no-reply” address, it passes the mail test with 99% of web hosts and mail hosts, and was noted in the change log the reason for the switch. This is not a true bug though, and was actually more an issue for others before it was changed, than it is now. If you want, you can see in the code where I changed it. I left the old code commented out. @summit thank you for showing him the code. I don’t know much about changing codes. But I played around with it on a test site and it was easy, and now get emails from where I want them. Thank you both very much for your help.

Comments

3 shown
Sonja London 2013-01-08T01:08:00+00:00

I wasted a lot of time today only to find out that the email address has been hardcoded in the update. New: $from = "no-reply@ticktockcomputers.com"; //$admin_email; Old: $from = $admin_email; Hope we can get an official fix for this very soon. I hate patching plugins.

DigiP 2013-01-10T22:37:00+00:00

Reason I changed it, is because some users use Gmail, and on some hosts, their SMTP servers will not send mail from a Gmail address to a Gmail address, and people we’re not getting the login alerts. This was actually a fix, for a lot of people, not to mention mailer-daemon errors from Gmail, rejecting emails sent to them self unless explicitly white listed as such, and even then, some web hosts, would not do it due to their own server side mail rules. By hard coding a “no-reply” address, it passes the mail test with 99% of web hosts and mail hosts, and was noted in the change log the reason for the switch. This is not a true bug though, and was actually more an issue for others before it was changed, than it is now. If you want, you can see in the code where I changed it. I left the old code commented out. @summit thank you for showing him the code.

SarisIsop 2013-01-11T12:31:00+00:00

I don’t know much about changing codes. But I played around with it on a test site and it was easy, and now get emails from where I want them. Thank you both very much for your help.