Tagged Questions
The webmail tag has no wiki summary.
12
votes
7answers
3k views
Avoid being blocked by web mail companies for mass/bulk emailing?
Our company is sending out a lot of emails per day and planning to send even more in future. (thousands) Also there are mass mailouts as well in the ten thousands every now and then.
Anybody has ...
9
votes
4answers
551 views
email client for app engine
GAE supports both incoming and outgoing emails: http://code.google.com/appengine/docs/python/mail/
Have any open source email clients been written for GAE? Something that handles encoding issues, ...
5
votes
1answer
250 views
Good java webmail applications
Are there good java webmail applications, that can be used to connect to standalone imap servers?
Something like roundcube but that can be deployed in an application server.
Thanks
4
votes
7answers
921 views
Webmail Contact List Importer
Does anyone know of a Webmail Contact List Importer scripts (ColdFusion, PHP etc) like those used on Twitter and LinkedIn ? I've found some but they are paid for and I want some more bespoke & ...
4
votes
6answers
956 views
Any good self-hosted php webmail suggestions?
Can anyone suggest a good self-hosted php webmail solution?
I share a server on a commercial collocation site and every now and then I add a domain here and there, mostly for email hosting (family, ...
3
votes
3answers
297 views
Make sign in form for an email in a website , asp.net
i have an outlook web mail login page which have a username and a password fields, to allow you to enter to your inbox, which was supplied by my web site hosting company.
i need a way to put these ...
3
votes
3answers
199 views
Webmail: HTML headers
HTML e-mails are a complex beast. Deciding what to send (as the sender) and what to display (as the recipient) is tricky and potentially dangerous.
On the recipient side of things, we have webmail ...
3
votes
1answer
153 views
How do I identify a webmail service from an email address?
If I have an email address, such as doesnotexist@gmail.com I can identify that it belongs to the gmail webmail service from the gmail.com domain name. There are also googlemail.com addresses which ...
2
votes
3answers
254 views
Can anyone recommend PHP package for Simple Webmail?
I have a very simple website and would like to build an extremely basic and simple webmail system. Inbox, send message, that's probably it. I was hoping not to build it on my own, but could if it is ...
2
votes
1answer
95 views
HTML not appearing in Emails
My website sends out html emails but most of my recipients are receiving them as HTML marked up source pages instead of the nice table layouts.
The problem doesn't appear to be an email client ...
2
votes
6answers
434 views
ASP.net or PHP webmail app I can install on my shared hosting domain with inteface similar to Gmail
I'm looking for either an ASP.net or PHP based webmail app I can install on my shared hosting.
I want to set this up on one of my domains for my Gmail address, due to Gmail being blocked at work.
...
2
votes
1answer
100 views
Private message and email integration
I'm building a web app that relies quite heavily on email notification/responses.
I obviously don't want to rebuild gmail from scratch(!) but I'm not sure how to integrate an existing webmail client ...
2
votes
3answers
755 views
Possible to connect to Outlook WebMail via Java?
I want to create a java program to connect to an outlook webmail server to check for unread emails. I am not looking for an open source java based email client etc.. etc..
I am basically asking if it ...
1
vote
1answer
56 views
Improving WebMail performance MVC3
I'm using the MVC helper WebMail to send emails. However the speed of it seems to be of concern. Especially when I have to send more than 1 email at the same time. I tried using a thread, but that ...
1
vote
4answers
114 views
Wrong from address in gmail with WebMail.Send MV3 C #
When I send mail from my Web page is both the from and to [personalemailremoved]@gmail.com when I received the email. What do I need to change to view from mail in gmail that the user filled in on the ...
1
vote
4answers
84 views
event.preventDefault() not stopping mailto links w/ gmail
I have a jQuery function with even.preventDefault() applied to a click on any element with the class 'editable'.
It's not preventing gmail from opening up it sweb interface to send an email, however. ...
1
vote
1answer
459 views
Put Downloaded Emails Back to POP3 Server
How can I put my downloaded emails back to my POP3 server? I want it to appear like how it was sent originally. I made a mistake of setting thunderbird to delete my server-side emails and keep only ...
1
vote
1answer
92 views
default webmail url workaround
Is there a way or at least a workaround on masking default webmail urls or disabling access webmail urls so users will not be able to change their passwords?
Website is PHP based and is using apache ...
1
vote
6answers
601 views
Webmail client that can open multiple email addresses at once like a desktop client
I've got 5 email domains with multiple email addresses on each domain. Traditional webmail clients only seem to allow you to browse a single account at a time (ie, you log into that account). With ...
1
vote
3answers
722 views
python web framework for webmail service
I'm planning to write a webmail service in Python but I can't decide which framework to choose. What criteria should I look into when trying to decide which framework to use ?
1
vote
5answers
266 views
Webmail system script
I am planning to launch a free webmail service at mail(dot)com(dot)es where users can signup and have their free webmail account (for example like www.email.gr). I am looking for a free or low cost ...
1
vote
1answer
577 views
WebMail System for ASP.NET [closed]
I'm looking for simple ASP.NET WebMail System.
Free or Open Source should be great.
Thanks.
1
vote
3answers
796 views
Best way to display a web page within a web page?
I'm writing a webmail product and some emails have body css that changes the background ... so when I Html.Decode() that emailbody, it's altering the CSS of the entire page.
Is there a good way to ...
1
vote
1answer
304 views
Can we integrate web mail with our application?
We want to integrate webmail with our current application. At present I need to sign in to my existing application. As soon as it is done, I am asked for the webmail credentials. Once the web mail ...
0
votes
0answers
8 views
Install email server and gui on Media Temple's (ve) server
I've been developing a Rails application on a (ve) server from Media Temple (which has no pre-installed packages or features). I just learned that this server will need to handle the client's email ...
0
votes
1answer
34 views
Webmail wicket widget to use in own application?
I need build in message functionality in my wicket application.
(send, receive, contacts list, attachments, reply, forward etc.)
For server side I try apache-james because it is written in Java - can ...
0
votes
1answer
45 views
Self-hosted multi-account web email client? [closed]
Does anyone know of any software that is a self-hosted multi-account web email client? Something similar to Smampi.com, but that can be downloaded and installed on shared web hosting. AfterLogic ...
0
votes
1answer
61 views
How to get chrome extension hotkey to work with gmail, yahoo mail etc?
I am using the following code to implement a hotkey for my Chrome extension:
// content script:
window.addEventListener("keydown", function(event) {
if (event.ctrlKey && event.keyCode ...
0
votes
1answer
13 views
imap command for save a message to draft
i'm building a simple webMail and use imap protocol.
i want to add draft option to my webmail & need an imap command for save a message(which not completed composition) in draft folder?
could ...
0
votes
0answers
23 views
Can't upload files in roundcube [closed]
Having configured a mail system with postfix+mysql+roundcube, I do can upload attachments from inside of local network, but no success from outside, after uploading a message pops up in rundcube ...
0
votes
1answer
33 views
Roundcube webmail change login form
I am trying to change the label "Username" to "Email Address" on the login form.
When I open /skins/default/templates/login.html it looks like I need to edit:
<roundcube:object name="loginform" ...
0
votes
1answer
32 views
How was “add application for mailto links” enabled in Firefox?
Every time I log on to my webmail I see a bar like on image below. I don't want to add this as an application and it is pretty annoying to close this every time. How can I disable it permanently?
The ...
0
votes
0answers
114 views
Mail server for a webmail application in play framework
I'm planning to write a webmail service(sth like a basic Gmail!) in play as a student project.unfortunately I'm new to play and know little about mail servers.
I wondered if there is some special ...
0
votes
0answers
40 views
List of available webmail domains
I have a web application that I would like to prevent users from entering a webmail address (gmail, hotmail, yahoo, etc). Is there a list (preferably a web service of sorts) that contains all public ...
0
votes
1answer
217 views
Roundcube login via PHP script
For a long time there was a php script here in order to perform automatic login to Roundcube, i.e. you specify username and password in the script and in case of success you can open roundcube ...
0
votes
0answers
83 views
How to display inline attachements in php
I'm making webmail for my CRM online.
Now I'm focusing on reading IMAP mails.
I've got problem with inline attachments like images in HTML.
They are marked by <img src="cid:....">. Problem is ...
0
votes
1answer
25 views
How to receive OAW mail in Outlook?
We have a Microsoft Exchange Server 2003 and we have Outlook Web Access to access the mail. It connects through a HTTPS connection.
Is there a way to receive the mail in Outlook?
0
votes
1answer
52 views
Web Mail client helper not translating newlines in body of msg (mvc3/asp.net)?
Can somebody tell me why newlines are not being translated in the email message when passed in as the body of the web mail helper?
string body = "First line here" + Environment.NewLine + ...
0
votes
0answers
30 views
Manually copied mail folders and files not showing up in webmail
I am trying to transfer the mail directory from one server to another manually. I am trying with to do three of the users from the old server. I have tried with one so far with no luck. I copied the ...
0
votes
0answers
48 views
Embeding login form on page webmail.yourdomainname.com hosted on mailhostbox.com to my own page
I wanted to make users to enter their username & password on my website's home screen rather than going everytime to mailhostbox.com 's login screen.[ref:http://webmail.mailhostbox.com/]
Please do ...
0
votes
0answers
89 views
Roundcube - Server Error (Not Found!)
I just changed roundcube default login.html under skin/default/templates/.
Everything is working as intended except for one thing, every time as user accesses the webmail page it shows an error ...
0
votes
1answer
102 views
Setting the delete flag on email, nothing happens in IMAP inbox
Im connecting to a webmail (Exchange 2003) via IMAP.
Im using a library from mailbee to do this.
After i'v read a mail I whant it to be deleted. My problem is that it's never removed from my ...
0
votes
0answers
179 views
Wildcard subdomains on Plesk 10 without affection webmail
The old problem, solved originally for Plesk 9 ( http://codex.wordpress.org/Configuring_Wildcard_Subdomains_for_multi_site_under_Plesk_Control_Panel ) is back again.
Aftter adding vhosts.conf with ...
0
votes
0answers
25 views
Email from my website domain are automatically marked read in my gmail inbox [closed]
Possible Duplicate:
Email that is forwarded via cPanel is archived and marked read in Gmail
My problem is same as specified here
Email that is forwarded via cPanel is archived and marked ...
0
votes
2answers
34 views
Webmail random gaps nightmare!
I am trying to put together a html email for a client. I'm used to XHTMl/CSS so its proving to be a complete pain as I believe old school tables are the correct way to go. I have chopped up my image ...
0
votes
0answers
135 views
prevent cloudfront hosted images from being blocked in webmail
Cloudfront images going to webmail seem to be blocked on MobileMe and Yahoo mail. When we host our images on CF, they get blocked, like these:
...
0
votes
1answer
239 views
Create webmail account with PHP
How can i create webmail accounts using PHP? I am using cPanel. I tried several scripts but none of them seem to work, can someone give me some insight with this?
Thank you very much!!
0
votes
2answers
76 views
php Mailform not working correctly
I'm trying to get a mailform working, this is the code im using..
<table class="mail" table width="400" border="0" align="center" cellpadding="3" cellspacing="1">
<tr>
...
0
votes
3answers
119 views
PHP webmail framework [closed]
Is there any easy to implement webmail framework out there? It doesn't matter if it's free or commercial, as long as it's good and can be implemented to a custom design really fast.
Thank you!
0
votes
0answers
293 views
Webmail autoresponse php script
is there a way to specify a server for the autoresponse mail Script.
I'm not sure if the problem is with the script or the server.
I am assuming this since incoming is POP while out is SMTP.
The ...