close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Email Attachment not received

Thread began 10/19/2009 11:27 am by massimo173451 | Last modified 10/20/2009 3:55 pm by Jason Byrnes | 3921 views | 7 replies |

massimo173451

Email Attachment not received

Hi there,

I have tried to send the email with file attached, but when open the email is received normally (only the text) but the attached file no why this happen?? (On the server the file is normally upload in the directory specified).



Massimo

Sign in to reply to this post

Jason ByrnesWebAssist

Have you seen the 'Sending Email Attachments with Digital File Pro and Universal Email" tutorial in the how to section of the Digital File pro support page:
digital-file-pro/

if you are still having problems, compress you file and the WA_UniversalEmail folder into a zip archive and attach that to your reply.

Sign in to reply to this post

massimo173451

Hi Jason,

Follow the file as your request, just another thing when use the form in the UE then set in GENERAL TAB choosing Submit button trigger in the form (WA_DFP_UploadObj.Form("Submit")), if edit it again the previous value stored is reset to default (Button: Submit pressed). I hope this help you to find a solution.




Massimo

Attached Files
WA_Universal_Email.zip
Sign in to reply to this post

Jason ByrnesWebAssist

Yes, the trigger will need to be reset when you edit the Universal Email server behavior.

Please send a copy of the page you have applied universal Email to so i can look at the code.

Sign in to reply to this post

massimo173451

Hi Jason in attachment the file for create email.asp.




Massimo

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

Jason ByrnesWebAssist

The attachement is set to only the upload path, it does not include the server file name:
set WA_MailObject = WAUE_AddAttachment(WA_MailObject,"" & cStr(Server.MapPath("../public/upload")) & "")


On the attachments tab, click the lightning bolt next to value and select the Server File name variable from the WA Upload Files (File Field) group. Then place you cursor in front of the code that is added and paste the following:
../public/upload/

Sign in to reply to this post

massimo173451

I have changed the code but without positive response follow the code used:

'Attachment Entries
set WA_MailObject = WAUE_AddAttachment(WA_MailObject,"../public/upload/" & cStr(WA_DFP_UploadStatus.Item("WA_UploadResult1").serverFileName) & "")

Sign in to reply to this post

Jason ByrnesWebAssist

try using:

'Attachment Entries
set WA_MailObject = WAUE_AddAttachment(WA_MailObject, Server.MapPath("../public/upload/" & cStr(WA_DFP_UploadStatus.Item("WA_UploadResult1").serverFileName) & ""))
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...