0
votes
2answers
34 views
How do I launch the email app with the “to” field pre-filled?
I tried this code which I found here:
Intent intent = new Intent(Intent.ACTION_SENDTO, Uri.fromParts("mailto", "testemail@gmail.com", null)); startActivity(intent);
But I get a …
1
vote
3answers
30 views
Looking for a PHP mailing list App (not for newsletters)
I am not sure if I'm calling this correctly by the right name, what I would like to find (if it exists) is a group mailing list app (like mailman) but in php.
Here is what I expec …
0
votes
2answers
47 views
Would there be such a free PHP supporting server that would allow me perform this task?
Hello everybody,
I've already asked a few questions in this regard, but still have things that are not clear to me.
I was looking for a mechanism that, while being constantly run …
0
votes
8answers
68 views
Best practice to send secure information over e-mail?
I have to send sensitive information (name, address, social security number etc.) collected from a website, that has been entered by a user, to an e-mail address.
What is the best …
0
votes
3answers
94 views
Sending Email through .NET code
Hi,
I'm unable to send an email to yahoo server as my code is throwing exception as 'Failure Sending mail' in C# 2008.
Please provide SMTP HostName, PortName for yahoo server and g …
0
votes
4answers
49 views
.NET C# Email: using Email Template
I want to send a HTML email using HTML template.
I would like to just replace some value's from that HTML template.
Any idea how to achieve this?
0
votes
2answers
45 views
Why isn’t the table centered in Explorer?
This is a HTML email.
I have 2 tables inside each other. 1 set to 100% and another inside 700px wide.
This is the HTML:
<table width="100%" border="0" align="center" cellspac …
0
votes
2answers
30 views
What’s a good way to rejig our e-mail system?
We send loads of e-mails to clients/the public, but our current set up is antiquated and old, and to be honest, I really don't know how it works at all...
What's a good way to re- …
0
votes
2answers
28 views
mailto with empty recipient?
Hi all,
is there anyway that i can use "mailto" with empty recipient?? i only want to supply the subject and the message body and then the user can write the to addresses on mail. …
0
votes
1answer
35 views
emails sent with php mail don’t show up correctly in outlook
I'm working on a site that was recently moved. After the move all the scripts that use the php mail() function AND have MIME-Version: and Content-type in the header fail to display …
1
vote
4answers
60 views
Angle brackets in php
I want to store angle brackets in a string in PHP because i want to eventually use mail() to send an HTML email out.
The following is the code that doesn't seem to work.
while(.. …
0
votes
1answer
30 views
Example or tutorial of sending an email in iPhone from another application
Hi all ,
I am developing an iPhone application .
In this app If the user likes to share the information that is currently shown I want to provide a button named "Share" .
On tap …
0
votes
0answers
30 views
What is the email address of stackoverflow notification? [closed]
I accidentally clicked on "Delete and block" in my hotmail account.
Would like to unblock but can't find the email address.
Sorry if I am asking this qn at the wrong place...
0
votes
1answer
17 views
ASP.NET MVC Web Config Email Settings
I'm trying to include some SMTP settings in my ASP.NET MVC project by adding the following to my Web.Config file:
<system.net>
<mailSettings>
<smtp>
…
2
votes
3answers
70 views
smtp: why does email needs envelope and what does the envelope mean
What is the exact difference between the envelope and the email in smtp?
Why does the protocol need the envelope? In snail mail, the letter needs not contain addresses and is not …
