close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Email never works

Thread began 9/24/2011 5:33 pm by rogersds267040 | Last modified 9/27/2011 11:22 am by rogersds267040 | 1421 views | 4 replies |

rogersds267040

Email never works

I'm trying a basic email setup and it's not working. From the time I bought UE 4, that never work. I have the correct smtp server and port. I tried using a basic php email script and it works fine.


Please see attachment with files.

Attached Files
email.zip
srInsert.zip
Sign in to reply to this post

Jason ByrnesWebAssist

on your srInsert.php page, there is an insert record behavior at lines 224 - 254, this is set to redirect to the servicereq_Detail.php, this redirect happens directly after the record is inserted, and before the email code at lines 291 - 378 can be executed.
you need to remove the redirect from the insert behavior in orer to allow the email behavior code to execute.

Sign in to reply to this post

rogersds267040

Email never works

The changes didn't work. Please see attachment.

Attached Files
email.zip
srInsert.zip
Sign in to reply to this post

Jason ByrnesWebAssist

the file you sent to me is named srInsert.php

you have the forms action set to post to another page, servicereq_Insert.php:
<form action="servicereq_Insert.php" method="post" name="WADAInsertForm" id="WADAInsertForm">


All form processing must occur on the forms action page


none of the behaviors on this page will ever trigger on form submit since the form submits to another page.

either change the forms action to be blank so it will post to itself:
<form action="" method="post" name="WADAInsertForm" id="WADAInsertForm">

or add the behaviors that will precess the form to the servicereq_Insert.php page.

Sign in to reply to this post

rogersds267040

Email never works

Thank you, that work.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...