Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 4357 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Redit   to attach image file

 

 

Having problems with sendemail to client mailer, so reading appears everyone suggest the mailto route


Whats wrong with my mailto: line?

After send.. viewing the mailer window 

the subject line, has both the Subject & the Body of text?


SUBJECT=    Looks like this..... Text Msg?Body=Recurring alarm

 


$subject   =  "Text Msg"
$strip_msg =  "Recurring alarm"
$emailTO   =  "[email protected]"
$sendline  =  "mailto:" $emailTO   & "?Subject=" &  $subject & "?Body=" & $strip_msg

$sendline   veiwed in debug=  mailto:[email protected]?Subject=Text Msg?Body=Recurring alarm

Open URL( $sendline  )

 

 

I have examined and examined..I am missing something?

post-85391-0-66098100-1355001544_thumb.j

Posted

hi thanks again///   i tried... gettin  now error 5 back now... open URL   format error

 

so i screen captured  andattached my exact code now..   in original msg..

   ((BTW   couldn't figure how to attach just replying on your comment))

 

.

  • 2 weeks later...
Posted

For some reason.. not always though,    it opens my outlook mail page with data i popped in     AND I GET the SMPT google window wanting my email user password?    I haven't figured that out;;;;

Posted

I have a ext app that send email no problem.. and palying with internal solutions and options

 

actually not sure why, playing    think I ..read that some think mailto: is more reliable than sendmail?

 

And I am also playing with sending TEXT to, not email..   Diff;  Text request no NAME in header & No SubJ too

Just address + Body

 

 

Hacking some too..

This topic is 4357 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.