Tagged Questions
The sending tag has no wiki summary.
6
votes
6answers
284 views
Good Email Notification Sending Service
I need to send a few but important email notifications to individual users. For instance, when they register their software I send them a confirmation email.
Right now, I am using 'sendmail' from my ...
4
votes
2answers
223 views
Implementing notification emails
My client wants to send email announcements and reports for customers. Now. The python-side code doesn't seem too hard but there's the rest of the story.
What do I require in order to send such ...
3
votes
1answer
49 views
Which Protocol is Recommended For Sending GPS Datas From Android Application To The Server
I am beginner in android programming. I am working on sending data( GPS datas ) from android application to the server nowadays. But I don't know which protocol is better for this subject.
What are ...
2
votes
0answers
128 views
MYSQL “Sending data” shows different value each time
I am a student and trying to test the performance of different databases for a project.
What I was trying to do is to generate 0-99999 (by self-join a 0-9 number table several times) and measure ...
2
votes
3answers
342 views
sending variables to the added subview view controller
I know how to retrieve variables from your parent view...
which is by doing something like this
[(mainViewController *)[self.superview] variableName];
but now i would like to know how to send ...
2
votes
1answer
65 views
how to approach message sending and receiving
the requirement is i have a list of messages that needs to be sent or received, depending on what the users want. received messages are needed to be verified - if it is the same with what the user is ...
2
votes
1answer
280 views
Send e-mail in same thread for gmail using smtp in c#
I am using mail message class to send an email. But if i check my Gmail account, mail is received as separate mail. I want mails in a single thread. I am also using the same subject and tried ...
2
votes
2answers
3k views
Why jquery ajax not sending session cookie
I am getting logged out when I send request by ajax in a login session. I check headers sent by FireBug and show there was not cookie
2
votes
2answers
127 views
How do I specify a different From email header?
I am using godaddy hosting account with windows hosting. Using PHP I am sending email to customers, how do I use my own email address instead of webmaster@secureserver.net
I would like to use ...
2
votes
5answers
932 views
In Erlang is there any way that a message sender can wait on a response?
In Erlang is there any way that a message sender can wait on a response, so it only continues execution once the message has been processed?
And I mean something like this:
Actor ! DoSomething
...
1
vote
1answer
24 views
Sending array list from servlet back to iphone application after executing a query
I have a simple iphone application, and what i am trying to do is the following:
i have a picker view, and i have to fill it by sending a request to servlet and execute a query and send the the ...
1
vote
0answers
16 views
Sending UIImagePicker's Video to WebServer using FTP in iPhone
I am getting a video from UIImagePickerController and want to send that Video to the WebServer using FTP method in iPhone. Can any one help me out regarding this ????
1
vote
2answers
46 views
php mail not working
this is my code:
if (mail('email@mail.com','New booking', $_REQUEST['message'])) {
echo"<p>Thanks for your booking!</p>";
} else {
echo"<p>Booking failed, please call us to ...
1
vote
2answers
42 views
ant send yes or no
I am just stuck at thing scenario,
I have a batch file which upon running will ask for confirmation like " press y/n ". Now i am to automate that batch file using ant. so, my code looks something ...
1
vote
1answer
85 views
Client not sending all data before disconnecting
Good day once more.
I'm currently working on a server/client and the basics are almost done. But I'm having a problem with sending data after closing and opening the test client program.
This is how ...
1
vote
4answers
226 views
Actionscript 3 - Reading String from PHP echo
i have a php script that print with echo this:
'&string="tom,dick,harry"'
and i need to put the "tom,dick,harry" in an actionscript string, that i have to split in an array. I'm having problems ...
1
vote
2answers
121 views
what should i be careful when sending email with PHP so it does not goes in spam(especialy Yahoo Mail)
i am building a web that sends email for reseting password, verifying email and newsletter.
what i want to know what should i do it does not go into spam?
now i am looking in SwiftMailer ...
1
vote
1answer
2k views
Sending email from Gmail Rails 3
I'm trying to send an email through my gmail account. I copied the code directly from the rails guide, and in my terminal it's saying that it is sending the message however, the address I'm sending ...
1
vote
1answer
186 views
How to use a tableView as a selector to send values to another viewcontroller?
I'll try to explain this as best as i can, but i appologize if it gets too confusing - I've been stuck on this problem for many hours now.
In my application i have a search screen where the user will ...
1
vote
1answer
287 views
CSV file_get_contents sending PHP
I'm trying to send a .CSV file with PHP. The file is written to disk before it's sent but when I try to attach the file with file_get_contents(); the structure of the .CSV isn't preseved yet when try ...
1
vote
3answers
153 views
Sending e-mail in large numbers
I am developing an application that needs to inform users (around 1800) on a regular basis (weekly).
I consider gmail but it has a 500 mail in 24 policy, Google groups don't have an API,
I contact my ...
1
vote
1answer
691 views
Cocoa Mail Framework
I am wondering if anyone knows of a good Cocoa Mail framework that is updated for Leopard. Nothing that I can find compiles on my system, and I need a integrated mail system (versus Mail.app). I ...
0
votes
0answers
11 views
Send mail from PHP through SMTP of an Exchange server (works using test program, but not using PHP)
When I use a program called SMTP Tester (1.0.1) I´m able to successfully send mails. If I sniff the communication I see that the packet has the following structure: ( ENDS ON LINE ABOVE is used to ...
0
votes
3answers
43 views
Passing variable from php to php
I was wondering how to send a php variable from one server to another php script on another server?
I have 2 php scripts on 2 different server and one must send vars to the other.
I've been searching ...
0
votes
1answer
46 views
Catch sent SMS (Android 2.2)
I know that there are a few Questions here on SO relating to this, but none of them helped me to get this working - capture SMS that being sent.
I'm using Android 2.2 (FROYO) and Samsung phone (if ...
0
votes
0answers
18 views
Sending big @RequestParam from jsp(display:table link) to controller
I have a table in my jsp(using display:table tag) which has one column that is clickable.
It is implemented using TableDecorator.Clicking it sends 2 request parameters (ReasonsText and account)to my ...
0
votes
1answer
26 views
Using timestamps in rails to send emails
I would like to loop over my database and find every item that was placed a certain time period ago (like 5 days ago or 3 days ago) and send an email automatically to the user every time I run the ...
0
votes
1answer
37 views
centOS | Sending mail with attachment? [closed]
/mail -s "mail subject" -a "attachment.txt" example@example.com <./body.txt
with this command i can send an e-mail on Fedora but today ,i try this command on centOS .Nevertheless , it gives an ...
0
votes
1answer
46 views
Free email sending service [closed]
I'm developing a web application and I have to choose an email sending service to send registration emails. I have came across sendgrid, postmark, mailchimp and others, but they are not free, do you ...
0
votes
2answers
39 views
Rhomobile send logfile
I am new to rhomobile so let me begin.
I am able to view the device rho-log file on my android device. There is a few options when the window opens "Refresh,Clear,Send,Close".
Question 1. When I ...
0
votes
1answer
20 views
How can I send text from a textarea to a form?
I want to know how I can send text from a textarea to a form by clicking on a button. Both the textarea and form are on the same page. I've searched the site and the web but can't find the right ...
0
votes
1answer
89 views
How to send attatchments through webservice using iphone sdk?
In My application i have to send a file(audio,image,text and vedio etc..) to server using webservice.
Here i am sending bytes to application using base64binary string. But here data is corrupted. Is ...
0
votes
1answer
38 views
Unhandled Exception when using libcurl
I just finished my struggle with libcurl and finally when everything compiled just great I got an error when sending an email. I copied the code from an example and just changed to my server ...
0
votes
5answers
126 views
Sending from C++ to PHP / HTML
I would like to send data from my C++ app to a database via HTML form or just by and address in PHP script like index.php?mydata=something. I'm trying to do this because sending an email from C++ was ...
0
votes
1answer
107 views
Sending a sms with the accelerometer on iOS 4
Can you send a sms using an accelerometer action instead of physically touching the screen in iOS 4. I know the send button is supposed to be tapped to trigger a sms but app's like Assault Alarm don't ...
0
votes
3answers
45 views
Can JavaScript be used to send and store information on a server?
For example: When you ask a question on stackoverflow, you input information into the text box, and that information is sent to the server where it is stored and displayed to the end-user.
Can the ...
0
votes
1answer
218 views
How to send packets in C#?
I've read some on the internet, and I'm wondering how to send packets over TCP in C#. This is what I've done so far:
TcpClient client = new TcpClient("myipaddresssecret", 7172);
...
0
votes
1answer
44 views
Django: sending GET messages
I'm using Django 1.1 on a project. And I ran into a problem.
I need to load/send GET to external URL. I want to create method that would act like this:
def Send_msg(object):
converted_url = ...
0
votes
0answers
46 views
how to determine if my wifi is currently sending?
I just finished a Service called KillSwitch that regularly turns wifi on and off (with WifiManager.setWifiEnabled(false);). Another service of mine that runs at the same time is sending byte arrays to ...
0
votes
2answers
124 views
what is the sending time delay between two parts of a single long SMS?
When we send a SMS longer that 160 characters then it is divided into small parts, and these parts are sent to the network individually. Is there any standard sending time delay between such two parts ...
0
votes
1answer
146 views
Sending/Reciving Text messsage between client and server
Now i can send message from (android mobile) client to (system) local server, but i want to implement sending text message from (android mobile) client to (android mobile) server.["Issue is now can ...
0
votes
0answers
228 views
problem with apache seding reply status [closed]
Hello can any one help with this how do I resolve this problem :
http://pastebin.com/Xq4n1Je8
this make my server down
can any one help me and tell me what is the problem here ?
thank you
0
votes
4answers
1k views
How to work with Email in iOS app?
Please tell me how to send an email?
That means i have an uibutton when the user clicks that i want retrieve some data from app and send it to technical assistant`s mail id.. is there any simple ...
0
votes
2answers
58 views
How to send some additional app info when user sends email using MFMailComposeViewController?
Is there any way to make my app send to me some additional app info when user sends an email from inside my app using MFMailComposeViewController but without enabling the user to delete or change that ...
0
votes
0answers
368 views
Print to a receipt printer PRP-085IIIT
I've been searching the net over a week, and I still can figure out how receipt printer works especially how to send commands.
I need to print a receipt to this "PRP-085IIIT" printer. The printer is ...
0
votes
1answer
114 views
sending xcode application to a friend
Hey, although i am not done with my application and have alot of learning to do, i want to know is it possable to send it via email to a friend?
i have tried to send something very simple to just ...
0
votes
1answer
367 views
Correct way to send SMS messages through Android
Hello Stack Overflow Community,
So I have searched all over the net for a solution to this, but cannot find someone with a similar problem...
I am writing a small program that receives texts and ...
0
votes
1answer
159 views
How to Send AS3 data to CakePHP
I'm wondering how to send data from AS3 to CakePHP. I know I can use URLVariables to send data to the URLRequest and ge that data in PHP using the superglobal $_POST. However, for some reason I can't ...
0
votes
1answer
254 views
Send Mail from raw body for testing purposes
I am developing a PHP application that needs to retrieve arbitrary emails from an email server. Then, the message is completely parsed and stored in a database.
Of course, I have to do a lot of tests ...
0
votes
1answer
66 views
sending mail in asp.net
i want to send a mail from a localhost to gmail in asp.net,i already set the ipaddress and the grant permission also,but now if i send the mail, failure sending mail error will occur. how can i solve ...