Normal Topic SendMail (Read 313 times)
SpencerWulwick
Senior Member
Members
*****
Offline



Posts: 677
Location: Wilton Manors, Florida
Joined: Jan 16th, 2005
SendMail
Jan 6th, 2006 at 7:38pm
Print Post Print Post  
Hi -

I am trying to figure out how to use @sendmail.  I checked the Program Guide and modified the code as follows:
Code
Select All
var ii as Int
ii = @SendMail("SMTP.SERVER.TAMPABAY.RR.COM",
"Testing SendMail", "SWulwick@tampabay.rr.com",
"swulwick@tampabay.rr.com","Spencer@silversolutions.org",
"SpencerWulwick@myfamily.com", "Hey Spencer, If this test worked, you should have gotten 3 emails from yourself.")
 



The button "appears" to work; however, I do not receive any e-mail.

If I understand it correctly, I should have received 3 e-mails, one at the "to" address, one at the "cc" address and one at the "bcc" address.
  

- Spencer

    ** Practice random kindness & senseless acts of beauty!
Back to top
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2482
Joined: Aug 20th, 2003
Re: SendMail
Reply #1 - Jan 6th, 2006 at 7:47pm
Print Post Print Post  
Hello Spencer,

http://www.lantica.com/Support/sesame_workarounds.html

Top of the page. If you actually need to use SendMail() then send an e-mail to Support@Lantica.com requesting the Hotfix.

-Ray
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged