WebMail is short form of Web Based Email Service. In common All E-Mail Services on Present scenario are WebMail and support other Desktop and Mobile Client Also.
Questions tagged [webmail]
290 questions
26
votes
2 answers
How to successfully embed images in HTML for display in webmail clients?
I'm trying to do a signature in HTML using images that are encoded in base 64 data URLs.
Here's an example:
It's working nice with mail software as Mail on Mac or Thunderbird but it's not…

frénésie
- 1,716
- 3
- 16
- 14
16
votes
6 answers
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 experience with hotmail, yahoo (web.de, gmx.net) and…

Johannes
- 3,002
- 4
- 33
- 36
9
votes
3 answers
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, attachments, grouping by conversations, etc.

hoju
- 28,392
- 37
- 134
- 178
9
votes
1 answer
Setting up Email Accounts EC2
I am just getting started with AWS and EC2 and can't quite get my head wrapped around what to do with email.
On previous servers, I would use it as a mail server and on cPanel create all the email accounts I needed, and could access them through web…

Dfranc3373
- 2,048
- 4
- 30
- 44
7
votes
1 answer
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

Luciano
- 81
- 1
- 3
7
votes
1 answer
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 belong to the same service.
Is there a known list of…

izb
- 50,101
- 39
- 117
- 168
7
votes
0 answers
Roundcube webmail(or any other) integration to python-django app
I am building a backend,which is having an email section.But i dont get any proper guides to configure webmail on my django app.
Does anybody know how to integrate roundcube or any webmail to the django webapp...
I have been searching on web for…

sarath sankar
- 81
- 3
7
votes
0 answers
Link to Hotmail / Windows Live email compose -- maintaining BCC
My app creates a mailto-esque link that takes the end user to a Hotmail compose screen with various attributes pre-filled. Most of the functionality I need is working: to, cc, subject, body. However, Hotmail seems to be stripping out any BCC…

Curtis Gibby
- 884
- 1
- 12
- 25
6
votes
3 answers
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 and we have regular e-mail clients. For my purposes,…

pinkgothic
- 6,081
- 3
- 47
- 72
6
votes
2 answers
What is wrong with WebMail.Send when it comes to multiple recipients?
We've seen a few similar questions on StackOverflow before regarding System.Web.Helpers.Webmail.Send but I see no proper explanation for what's going on.
Regarding the to: parameter, the documentation says:
The email address of the recipient or…

Zac
- 1,722
- 1
- 19
- 22
5
votes
2 answers
How to add a display name to mail sent via SMTP
I am sending mail via gmail SMTP account by adding below in Global.asax file -
WebMail.SmtpServer = "smtp.gmail.com";
WebMail.SmtpPort = 587;
WebMail.EnableSsl = true;
WebMail.UserName = "accname@example.com";
WebMail.From =…

Sam
- 4,302
- 12
- 40
- 74
5
votes
1 answer
Using Azure websites, but what about a web mail solution
Have played about with windows azure for a little while and i am quite fond of it, however a common requirement with most web sites is to provide a web mail and POP / IMAP solution like you get with the traditional shared web hosting from…

SimonGates
- 5,961
- 4
- 40
- 52
4
votes
6 answers
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 & open.
To clarify a little more I'm not looking for a way…

Andy Jarrett
- 863
- 2
- 9
- 26
4
votes
2 answers
Text with break lines not working in Rails
I have an AngularJs + Rails.
I have a form with a text field where the user can write whatever text with break lines. When the user submits the form the message stored in db and sent by email to another user. The email sent should keep the line…

Rober
- 5,868
- 17
- 58
- 110
4
votes
1 answer
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 the local one. Now I need to re-upload it back to…

Registered User
- 8,706
- 9
- 32
- 40