Pelican Parts
Parts Catalog Accessories Catalog How To Articles Tech Forums
Call Pelican Parts at 888-280-7799
Shopping Cart Cart | Project List | Order Status | Help



Go Back   Pelican Parts Forums > Miscellaneous and Off Topic Forums > Off Topic Discussions


Reply
 
LinkBack Thread Tools Rate Thread
Author
Thread Post New Thread    Reply
jyl jyl is online now
Registered
 
jyl's Avatar
 
Join Date: Jan 2002
Location: Nor California & Pac NW
Posts: 24,589
Garage
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”?
Old 06-02-2017, 05:53 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #1 (permalink)
The Unsettler
 
stomachmonkey's Avatar
 
Join Date: Dec 2002
Location: Lantanna TX
Posts: 23,885
Send a message via AIM to stomachmonkey
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>
Add additional addresses separated by commas, no spaces.
__________________
"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..
Old 06-02-2017, 06:10 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #2 (permalink)
Registered
 
id10t's Avatar
 
Join Date: Mar 2003
Posts: 10,338
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
Old 06-02-2017, 06:20 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #3 (permalink)
The Unsettler
 
stomachmonkey's Avatar
 
Join Date: Dec 2002
Location: Lantanna TX
Posts: 23,885
Send a message via AIM to stomachmonkey
Quote:
Originally Posted by id10t View Post
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
useful but way overkill if all he needs is multiple people cc'd on a submit

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"
Old 06-02-2017, 06:34 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #4 (permalink)
Slackerous Maximus
 
HardDrive's Avatar
 
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.
Old 06-02-2017, 06:35 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #5 (permalink)
Registered User
 
Join Date: Sep 2012
Location: Växjö Sweden/Hannover Germany
Posts: 1,135
Quote:
Originally Posted by stomachmonkey View Post
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.
^this, does not get easier!
Old 06-06-2017, 10:35 PM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #6 (permalink)
 
The Stick
 
RKDinOKC's Avatar
 
Join Date: Dec 2007
Location: Someplace Safe?
Posts: 17,328
Garage
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
Old 06-07-2017, 03:09 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #7 (permalink)
The Unsettler
 
stomachmonkey's Avatar
 
Join Date: Dec 2002
Location: Lantanna TX
Posts: 23,885
Send a message via AIM to stomachmonkey
Quote:
Originally Posted by RKDinOKC View Post
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.
This is one of the reasons I prefer contact forms.

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"
Old 06-07-2017, 04:38 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #8 (permalink)
Registered
 
Charles Freeborn's Avatar
 
Join Date: Jan 2011
Location: Portland, OR
Posts: 2,945
Garage
Mail chimp.

__________________
Bone stock 1974 911S Targa.
1972 914/4 Race Car
Old 06-07-2017, 05:46 AM
  Pelican Parts Catalog | Tech Articles | Promos & Specials    Reply With Quote #9 (permalink)
Reply

Thread Tools
Rate This Thread
Rate This Thread:

 


All times are GMT -8. The time now is 01:15 PM.


 
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0
Copyright 2025 Pelican Parts, LLC - Posts may be archived for display on the Pelican Parts Website -    DMCA Registered Agent Contact Page
 

DTO Garage Plus vBulletin Plugins by Drive Thru Online, Inc.