在我的應用程序有以下字段:傳遞文本字段值的字符串iphone的
testMsg.fromEmail = @"[email protected]";
testMsg.toEmail = @"%@",email;
testMsg.relayHost = @"smtp.gdsadfds.co.uk";
testMsg.requiresAuth = YES;
testMsg.login = @"[email protected]";
testMsg.pass = @"ngdfadfdadfa";
testMsg.subject = @"The Money Shop Order Confirmation";
testMsg.wantsSecure = YES; // smtp.gmail.com doesn't work without TLS!
在testMsg.toEmail = @「一些電子郵件」;我想從textField.text = email傳遞字符串;
我如何能做到這一點在Objective-C
-1非常不清楚的問題 –
爲什麼不明確的?它清楚地表明我想通過testMsg.toEmail = @「」; in「來自textField.test的值。什麼是不清楚的。請讓我知道 – Mann
由於您要求將作業分配給作業,因此尚不清楚。 - 非常令人困惑 –