Forum Moderators: phranque
The general idea is that a user would enter a list of comma-separated email addresses, and this form would email a message to these folks inviting them to join our site. Pretty standard stuff.
My dilemma is who should this email come from? Should it come from the user's email address OR our site's email address? I think the marketing message is more powerful if it comes from the user himself, but I'm afraid that the Spam filters will treat it like spam since the message wasn't sent from the proper email server.
Any thoughts or recommendations?
Tyson
That seems like it might be a good solution. Any idea on how that can be setup?
Tyson
Setting "from" @hotmail.com resulted in no delivery to Hotmail, Yahoo or AOL as the source was outside of Hotmail. (Gmail didn't exist then)
Setting from donotreply @ my isp subdomain worked fine but some email clients appeared to ignore the reply address and and when checking the "donotreply" address for bounces I also found replies.
Whichever route you take there will probably be a significant failure rate.
My own mailout problems were resolved when the organisation purchased a domain name and ran the emails through the hosting provider rather than Hotmail.
I think I will also include that person's email in the body of the message, just in case we have the same problem piatkow describes.
physics, that is a concern as well. Perhaps I will add a variable to the database that shows how often a particular user has sent out these emails. If it proves to be a problem, I can make it so that only users with 3 months time on the site can use this feature.
Thanks again for all the comments on this.
Tyson