Hi
On my shared hosting account, I have to make a change to Mail.pm to allow mail notifications to be sent...
In line 143, I have to change this:
exec $sm_loc, "-oi", "-t" or
to this:
exec $sm_loc, "-fuser\@domain.com", "-t" or
(where user@domain.com is my email address).
Essentially, they block all email sent from scripts that don't explicity specify a from address that matches the domain from which the email is being sent.
Is there any way of making that a "Settings" field somewhere, rather than having to do this manual edit on every upgrade?
Thanks,
Mike