Hey Everyone,
I made a quick feature addition this week: DoWant now has a setting for a "Send from" address for the system - meaning you can make the wishlist's email address appear as something other than the default. So instead of coming from
user...@defaultserverx.host.com you can get it to send from something intuitive like "
wish...@aaroneiche.com"
Doing this is pretty simple:
- Put it in your installation
- Add the following line into you config.php file:
- Change the email address to whatever you'd like. This is a standard SMTP from header, so it'll take other formats like: "Bob Example" <b...@example.org> Just be sure to wrap it in a pair of single quotes.
In the future this will probably be a setting available from the interface, but this was intended as a quick fix.
Let me know if you have any problems.
-Aaron