|
From time to time, I use a temporary email address from www.10minutemail.com to sign up for a website, in order not to receive too much spam.
For some reason, the website is blocked on my job. Are there any alternatives for this?
Started by Natrium on
, 12 posts
by 11 people.
Answer Snippets (Read the full thread at superuser):
At least email addresses that last for hours....
All of my e-mail set up a hotmail/gmail whatever account that you only use for website subscriptions.
That I create a disposable e-mail address for every website I have to register on.
|
|
I have a client that has a php website hosted at network solutions, along with years worth of email and lots of email accounts which he doesn't want to move. I am working on a new website for them that uses asp.net, and sql server, and I would like to...
Started by EJB on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
If the mail server's hostname is anything other than "www", you shouldn'... .
All you have to do is setup the MX record in the DNS to continue pointing at the Network Solutions mail server, but change the A record to point to the new web hosts IP address .
|
|
When sending emails I want my server to have DomainKeys and SPF records setup records correctly, is there a website I can email that does validation of my DomainKeys and SPF records?
Started by Daniel on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
For SPF, Scott Kitterman's tool is the best: http.
This Email Server Test should help you.
|
Ask your Facebook Friends
|
For example, a website like stackoverflow.com, is it a good practice to use email address to identify users in many tables?
Is it bad if the primary key is very long, say
varchar(50)
or even
varchar(100)
?
Started by Steven on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
First off, what if the same user asks two questions? If email were a primary key, we now have their email address....
ThusNo.
As an identity representation ( Should I use a number or an email id to identify a user on website? ).
|
|
Hi all,
I am constantly taking the following steps, and I know there's a way to automate this:
emailing photos from my phone to myself saving those photos to my computer uploading the saved photos to a website Is there a way to write a script (perhaps...
Started by livetotry on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If your phone can go online, why email them and not directly upload photos to your site? Many.
|
|
I have a photo sharing website in development and want to be able to allow users to add photos and video by email attachment. I have email addresses for the site (hosted with goDaddy). I also have a LAMP CentOS application server running on Amazon Web...
Started by undefined on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
That way you won't need to check your unique secret email addresses....
Photos@yoursite.com, and then look at the sender address this:
|/path/to/my/script
The script would get the email via STDIN.
Why not just have one email address, eg.
|
|
I'm looking to create a form on my website where users can enter their email address and a message (however long). Then upon clicking on a submit button, the code, sends the message as an email to my mailbox.
I was wondering if someone knew what code ...
Started by Seedorf on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
">\r\n"; //optional headerfields mail($recipient, $subject, $mail_body, $header the link is the first one from google ... .
$email .
To send the mail like so:
$Name = "John doe"; //senders name $email = "email@adress.com"; //senders e;" .
|
|
Is it ever good practice to separate website hosting from email hosting for a single domain, via virtualization?
Example:
A dedicated server hosts a single domain, xyz.com
This server runs a web application, which is publicly available via xyz.com
The...
Started by Sai on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
But I have several VPS' where I split up my services (web/email/databases) and this gives superior.
|
|
Hello.
For my upcoming social networking website, I am looking for suggestions on the best way to implement emailing. Here are some of my requirements and constraints:
Requirements:
- Should be able to send emails based on events (new registrations, change...
Started by Kabeer on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
GoDaddy's hosting is pretty good for....
Use the aforementioned overloaded email functions to send invites after.
That way, you can call the same function after
User initiated events .
An email handling function, probably with overloads too.
|
|
Hi all,
How can i go about changing the distribution list as well as the email text for the email that goes out to site collection admin when a site collection approaches it's size limit?
Thanks for your help.
Started by Emon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
As for changing the text of the email, the email template is defined in the following folder: C:\Program.
The email goes out to anybody who is listed as a site collection administrator for that site.
|