![]() |
|
|
|
Registered
|
Email / web question
Hey guys, need help on a web thing
Using WIX to build my website. Trying to enable readers to click a button and generate an email to six or seven email addresses. WIX only supports a "email to" link that includes a single email. Any workaround? Like a service that takes A's email to B and forwards it to C D E F with A's email address?
__________________
1989 3.2 Carrera coupe; 1988 Westy Vanagon, Zetec; 1986 E28 M30; 1994 W124; 2004 S211 What? Uh . . . “he” and “him”? |
||
![]() |
|
The Unsettler
|
The single email should link to an alias / distribution list / forwarder.
Set up a dummy address with no mailbox, sendmespam@jyl.com. Then auto forward all mail received by sendmespam@jyl.com to the other addresses. You set the forwarders in the account settings for sendmespam@jyl.com If you have access to the source code in WIX you can hand code it. HTML Code:
<a href='mailto:ihatespam@jyl.com,whyallthespam@jyl.com'>Email Us</a>
__________________
"I want my two dollars" "Goodbye and thanks for the fish" "Proud Member and Supporter of the YWL" "Brandon Won" Last edited by stomachmonkey; 06-02-2017 at 06:16 PM.. |
||
![]() |
|
Registered
Join Date: Mar 2003
Posts: 10,336
|
Do your visitors get to pick which address gets teh email or its it just a form that goes to everyone on a list?
What you need is server side processing, via PHP, Perl, etc. Lucky for you I wrote a "process pretty much any form all the config is really done in the form" processing script forever ago, still works well. And, I put it Out There under the GPL - so you can use and enjoy and share. php-form2mail gruv.org |
||
![]() |
|
The Unsettler
|
Quote:
and he's doing this on WIX, never used wix myself but since its one of those point n click templated services its highly unlikely he has the access privileges needed anyway
__________________
"I want my two dollars" "Goodbye and thanks for the fish" "Proud Member and Supporter of the YWL" "Brandon Won" |
||
![]() |
|
Slackerous Maximus
Join Date: Apr 2005
Location: Columbus, OH
Posts: 18,179
|
StomachMonkey is spot on. If you need something more sophisticated you could use a service like mailchimp.
https://mailchimp.com/
__________________
2022 Royal Enfield Interceptor. 2012 Harley Davidson Road King 2014 Triumph Bonneville T100. 2014 Cayman S, PDK. Mercedes E350 family truckster. |
||
![]() |
|
Registered User
Join Date: Sep 2012
Location: Växjö Sweden/Hannover Germany
Posts: 1,135
|
Quote:
|
||
![]() |
|
![]() |
The Stick
|
Seems like the email send to field Wix provides you should be able to enter the multiple email addresses separated by commas.
Or that you can have multiple users/site editors for the site that the email can be sent to. The only problem with setting up and email address that has a server side rule that forwards all mails to a list of email addresses is that it would also forward all spam. I would assume Wix has some mechanism like Captia that keeps robots from sending spam from their email link/form.
__________________
Richard aka "The Stick" 06 Cayenne S Titanium Edition |
||
![]() |
|
The Unsettler
|
Quote:
Mailto is a honeypot. You end up getting more spam to the address than useful contacts. It also requires the visitors mail app to be invoked which to me is not the best user experience. Even though it auto invokes it still feels like extra steps and each extra step results in abandonment. A simple contact form with captcha is better for both the visitor and site owner.
__________________
"I want my two dollars" "Goodbye and thanks for the fish" "Proud Member and Supporter of the YWL" "Brandon Won" |
||
![]() |
|
Registered
|
Mail chimp.
__________________
Bone stock 1974 911S Targa. 1972 914/4 Race Car |
||
![]() |
|