Japanatron Logo

PROBLEM
You send email to a recipient, but immediately receive an error bounce-back message that says "None of your email accounts could send to this recipient."  I'm running Microsoft Outlook 2010 in cached mode, so I'm not sure if this issue occurs in other versions / non-cached mode.

CAUSE
The email address was originally entered by copying/pasting or clicking a hyperlink.  Unfortunately, this corrupted the recipient address by changing its type to MAILTO instead of SMTP.  This info is cached in Outlook, so even re-entering the recipient address manually does not fix the problem.

SOLUTION
Resend the email, being sure to change the recipient type to SMTP before clicking "send."

* Open the original message in your "Sent Items" folder.
* Click Actions, Resend this message...
* Double-click the problem recipient address, the recipient info card pop-up will open.
* Click the more options icon (4th icon from the left), then "Outlook Properties."
* You'll see that the e-mail type is set to MAILTO.  Click the "Internet Type" button to change it to SMTP.  Click OK.
* Click Send.  PROFIT!

Related Articles

Joomla Running on Nginx and Ub...

What follows is an outline I compiled while building an Ubuntu server for running the Joomla CMS on the Nginx web server. NOTE: Ubuntu 14.04 LTS was used for th...

Setting Up SPF on Zimbra Runni...

SPF is awesome for stopping delivery of spoofed spam and junk back-scatter, but many of the articles on how to set up SPF in Zimbra are old and out-of-date.  It...

How to Modify JomSocial to Sup...

The open source stuff that JomSocial uses to convert and render video uploads (ffmpeg) also supports audio files.  I thought it would be cool to modify JomSocia...

How To Build an Ubuntu Web Ser...

The following is a task outline for building an Ubuntu-based web-server to run Joomla and JomSocial.  I created this for my own notes, so apologies if it's...