how to ? Newsletter Sign-upDeal alert right to yuor inbox!

GK User
Tue Jan 27, 2015 11:44 am
Hi supportvengers !
very usefull the module "Newsletter Sign-upDeal alert right to yuor inbox!"
but when I edit I can see <code><form action="#">
<input name="email" placeholder="Indiquez votre email..." type="email" /> <input type="submit" value="Envoyer" />&nbsp;</form></code>

How should I do to have the emails sending to my email adress ?
User avatar
Gold Boarder

GK User
Tue Jan 27, 2015 12:03 pm
Ok, I've found a solution
edit code source as follow, replace capitalized parts with your informations.
<code>
<form action="mailto:YOUREMAIL@YOURPROVIDER?subject=HERE WRITE THE SUBJECT OF THE EMAIL (DOING THAT IT WILL BE AUTOMATICALLY FILLED)" enctype="text/plain" method="POST">
<br />
SUBJECT: <input name="SUBJECT" value="PLEASE REGISTER MY EMAIL" /> <input name="email" placeholder="WRITE YOUR EMAIL..." type="email" /> <input type="submit" value="SEND" />&nbsp;</form>
</code>
User avatar
Gold Boarder

GK User
Fri Apr 22, 2016 10:59 am
Hi Repitol,
I tried your code in the template steakhouse for the newsletter module but unfortunately It doesn' work :(
With your code, when I click, it opens automaticly my outlook box. :?
Could you verify it and tell me if you have changed anything ?
Thanks a lot by advance ;)

Philippe
User avatar
Fresh Boarder

teitbite
Sat Apr 30, 2016 8:52 am
Hi

@Repitol's solution will work exactly like described. It will open Your mailing program to send a mail. If You want to use server side mailing system please replace this module with any newsletter module, than use delivered html You can see now to overwrite it's layout. ACYmailing extension is the one I've been using in this place.
User avatar
Moderator


cron