• All submissions to this site are governed by Second Life Project Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.
Issue Details (XML | Word | Printable)

Key: SVC-2873
Type: Bug Bug
Status: Resolved Resolved
Resolution: Misfiled
Priority: Critical Critical
Assignee: Unassigned
Reporter: Sen Pixie
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
2. Second Life Service - SVC

llEmail is silently failing on the beta grid

Created: 15/Aug/08 04:27 PM   Updated: 28/Aug/08 02:43 PM
Return to search
Component/s: Scripts
Affects Version/s: Mono Beta
Fix Version/s: Mono Beta

Environment: Windows Vista 64, dual core AMD 64 - 3.8ghZ. ATI x1650 AGP. 2GB RAM.
Issue Links:
Relates
 


 Description  « Hide
llEmails seem to be silently failing 100% of the time on the beta grid. This happens whether the script is compiled under LSL or mono. Here are my simple test scripts, which both worked 100% of the time on the main grid.

Sender...
default
{
state_entry()

{ llSay(0, "E-Mail tester.."); }

touch_start(integer total_number)

{ llSay(0,"Sending - " + llGetObjectDesc() + "@lsl.secondlife.com,Subject,Message"); llEmail(llGetObjectDesc() + "@lsl.secondlife.com", "Subject", "Message"); }

}

Receiver...
default
{
state_entry()

{ llSetTimerEvent(5); }

timer()

{ llGetNextEmail("", ""); }

touch_start(integer total_number)

{ llSay(0, llGetKey()); }

email(string time, string address, string subj, string message, integer num_left)

{ message = llDeleteSubString(message, 0, llSubStringIndex(message, "\n\n") + 1); llOwnerSay("Subject - " + subj + " Message - " + message); }

}



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Sen Pixie added a comment - 17/Aug/08 06:16 AM
I see now that e-mails don't work on the beta grid. I should have read deeper in the Beta grid FAQ first. It says that these functions will be tested internally by a Linden. Does that mean that a Linden is willing to test my entire product line on the beta grid and recompile it under Mono so I can be assured of it's function when it hits the main grid?
I see the explanation of llEmail's nonfunctionality on the beta grid, but doesn't it really dilute the usefullness of the beta grid premise if our ONLY method of object-object communication in SL is removed?
As such, I suppose I'm amending this JIRA to be a request for llEmail functionality on the beta grid. I want to do my part to help smooth MONO's transition, but with no llEmail support, my content is crippled.

roberto salubrius added a comment - 17/Aug/08 08:01 AM
send the emails here: @lsl.aditi.lindenlab.com