Method of exchanging digital messages from an author to one or more recipients.

learn more… | top users | synonyms (1)

0
votes
0answers
3 views

Switched exchange servers, kept the same e-mail but some incoming mail is still going to the old server

I recently switched from an axoim exchange mail server to microsoft 365 exchange server. Now my email address is still the exact same as it was, and most of the incoming mail comes to my new server ...
0
votes
0answers
11 views

Cakephp sending UTF-8 Emails and lineLength

I'm trying to send an emails with UTF8 characters. Mostly the Email looks how I suspect, but randomly there will be garbage characters. I believe the garbage characters happen when a new line is ...
0
votes
0answers
12 views

How do I send a single encrypted email in Python to multiple Outlook PKI recipients?

I administer a website. Part of it is restricted access. Users need to register to gain access. User data needs to be protected. Several people at my company need to see the user applications. They ...
0
votes
2answers
16 views

Cakephp check if smtp email is valid

Is there anyway in cake php to check whether smtp setup is valid or not (port number, host name, user and password) are all valid and email will eventually get send, before it even try to send. ...
10
votes
1answer
7k views

Sending BCC emails using a SMTP server?

I've had this noted down on some of my code for a while: /** * Add a BCC. * * Note that according to the conventions of the SMTP protocol all * addresses, including BCC addresses, are included in ...
0
votes
0answers
7 views

Altering Feedback.js to send info & picture to an email address

I recently stumbled upon some really cool js which renders a screenshot with a highlighted area for feedback on your website. The website for this program can be found here: ...
0
votes
0answers
5 views

How to set alt tag for swapped images in responsive emails

I've put together a series of responsive emails and after much testing, finally have a template that seemed to be working. The only problem is that when on mobile, my alt tags are being hidden along ...
7
votes
4answers
6k views

What is the proper minimum length of an email address as defined by the IETF or the like?

I'm specifically looking for the minimum length of the prefix and domain. I've seen conflicting information and nothing that looks authoritative. For reference, I found this page which claims that a ...
2
votes
0answers
57 views

Outlook 2010- Inline tables

I'm creating responsive emails that turn two-column layouts into stacked one-column emails when viewed on a phone. The process works fine but requires some code massaging to make desktop-based Outlook ...
0
votes
2answers
51 views

Function mail() PHP

I need someone to help me: I'm trying to use PHP mail() function but it's not working. I'm using Windows Server 2008 R2 (I'm really newbie at servers) with IIS 7. This is how I've configurated SMTP ...
0
votes
1answer
358 views

Encrypt PHP mail() and attachement using phpMailer

I have recently started using the phpMailer class for all my forms. My script still uses php's mail(); function. I would like to start encrypting the emails I get from the contact form and the file ...
0
votes
0answers
8 views

Gitlab mail notifications have wrong links

I have gitlab running behind a proxy, gitlab itself running on port 3000 not accessible from outside. Mail notifications generated by gitlab always contain URLs with port 3000 in them, so where can I ...
0
votes
1answer
14 views

IMAP - OTP unavailable error

I am trying to get emails from a remote mail server with a python script with the help of the imaplib modules IMAP4 class. It seems to work most of the time, but sometimes I get errors like this: ...
0
votes
0answers
10 views

magento edit account information in sales tab

Often times customers place an order and have a typo error in their email address. When I edit the email address in the customer account, it doesn't change the email address associated with the order. ...
2
votes
2answers
339 views

Attachment to Email Android with Mailto

I use this code to attach file : *note, path is something like "/sdcard/test.jpg" final Intent emailIntent = new Intent(android.content.Intent.ACTION_SENDTO); String uriText; Uri file ...

1 2 3 4 5 1116
15 30 50 per page