Pelican Parts Forums

Pelican Parts Forums (http://forums.pelicanparts.com/)
-   Off Topic Discussions (http://forums.pelicanparts.com/off-topic-discussions/)
-   -   Email / web question (http://forums.pelicanparts.com/off-topic-discussions/958839-email-web-question.html)

jyl 06-02-2017 05:53 PM

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?

stomachmonkey 06-02-2017 06:10 PM

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.

id10t 06-02-2017 06:20 PM

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

stomachmonkey 06-02-2017 06:34 PM

Quote:

Originally Posted by id10t (Post 9611572)
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

HardDrive 06-02-2017 06:35 PM

StomachMonkey is spot on. If you need something more sophisticated you could use a service like mailchimp.

https://mailchimp.com/

Holger 06-06-2017 10:35 PM

Quote:

Originally Posted by stomachmonkey (Post 9611556)
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!

RKDinOKC 06-07-2017 03:09 AM

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.

stomachmonkey 06-07-2017 04:38 AM

Quote:

Originally Posted by RKDinOKC (Post 9616320)
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.

Charles Freeborn 06-07-2017 05:46 AM

Mail chimp.


All times are GMT -8. The time now is 05:04 AM.

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


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