jproman
01-05-03, 23:53
| I am attempting to have an email response sent as a page loads. My first method was using inlineaction tags and had success on one machine (not web server). I transferred it to the server and everything worked great, except the email would not send and the error log returned a type 101 response saying, "Error occurred while sending mail". I then tried using a meta refresh and hardcoding the information into a link. Same error message both methods. (The format page with data loads great with no error codes generated - email just won't go and error shows up in the error.log) I can send email via a script through my default email app, but I'd like to avoid the scripted approach. Any suggestions? (FMP5.5.2U on Win2k) For reference, here is the Inline Action Code that works on the non-server machine: [FMP-InlineAction: -db=conv03_.fp5,-lay=rm_report, -recID="{CurrentRecID}", -mailto=jproman@earthlink.net, -mailfrom="{field:jpr_email}", -mailsub="{field:email1sub}", -mailhost="{field:jpr_host}", -mailformat=rm_report.txt, -find] thanks, Paul |