Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Send e-mail with EWB
Thu, May 2 2013 2:35 AMPermanent Link

Alessandro

ErgoSoft srl

Hi,

anyone have an example on how to send an e-mail with EWB ?

I have to create a single page ...
the user pressed a button and send a e-mail and then download an exe file
...

thanks
Alessandro Romano
Thu, May 2 2013 8:06 AMPermanent Link

Raul

Team Elevate Team Elevate

Alessandro,

You can't really send email directly from EWB.

In this case best solution would be to do a web request with all the
parameters and have it send the email for you

Raul


On 5/2/2013 2:35 AM, Alessandro wrote:
> anyone have an example on how to send an e-mail with EWB ?
>
> I have to create a single page ...
> the user pressed a button and send a e-mail and then download an exe file
> ..
>
> thanks
> Alessandro Romano
>
Thu, May 2 2013 9:08 AMPermanent Link

Alessandro

ErgoSoft srl

Hi Raul,

thanks for the answer ...

have you an example ?

Alessandro Romano
Thu, May 2 2013 10:31 AMPermanent Link

Raul

Team Elevate Team Elevate

Not directly no but any of the server side send email scripts shoudl
work just fine  (if you need SMTP send then look for server side smtp
scripts).

i just did a quick google for php based scripts but of course you can
choose any back-end tech you're already using. There are lot of these -
for example (i just picked on in random):

http://www.htmlgoodies.com/beyond/php/article.php/3855686/PHP-Mailer-Script-Step-by-Step.htm

EWB just need to send the proper POST payload for this type of script
using a web request.

Raul



On 5/2/2013 9:08 AM, Alessandro wrote:
> Hi Raul,
>
> thanks for the answer ...
>
> have you an example ?
>
> Alessandro Romano
>
Image