How to Send Emails Using a Template in ASP.net
Last Updated on Saturday, 23 February 2013 02:41 Written by David Bauernschmidt Tuesday, 5 March 2013 12:00
Over the years sending email in asp.net has gotten easier and easier but the requirements have gotten more complex. I want to show you how to using the system.net.mail reference to send emails using templates. I have a client that wants someone to fill out their information and have all that data placed into an email and sent to them. By taking advantage of email templates inside of asp.net this becomes a lot easier to manage. I could just create an html page and highlight everything between the body tags and use that to build a very large string and use that to replace text and to send it. There are a couple of problems with this choice.
Learn MoreError in Deleting Emails in Apple Mail
Last Updated on Thursday, 20 December 2012 12:13 Written by Naveed Ashraf Thursday, 20 December 2012 12:13
Deleting E-mail in Apple Mail
This post addresses to users who are using Apple Mail.
When you are using IMAP in Apple Mail and try to delete an email an error displayed as below;
The IMAP command “UID COPY” (to Deleted Messages) failed for the mailbox “INBOX” with server error: Failed to save copy of message.
What to Do If You Did Not Received an Email
Last Updated on Thursday, 20 December 2012 12:13 Written by Naveed Ashraf Thursday, 20 December 2012 12:13
Your contact phoned you that he/she sent you an email but you did not received that email. The reasons could be various. Like traditional postal system, email messaging system also relies on all parts of the delivery network (SMTP) working together. If the E-mail Server of sender is temporary unavailable (while accepting message from sender), or not setup a resend configuration of E-mails; will result in a delay. Sometimes a simple typo mistake in an email address causes such problem. If E-mail server at Arvixe receive the mail but unable to accept delivery of the email, the E-mail server will simple reply to sender about this and send a non-delivery report (NDR) detailing reason about this rejection, also containing an error code. However you need to check below to resolve the most common causes.
Learn MoreHow can I increase deliverability of my mailing list
Last Updated on Saturday, 13 October 2012 04:10 Written by Arvand Sabetian Saturday, 13 October 2012 04:10
DISCLAIMER: If you plan on sending unsolicited emails or have bought an “opt-in” list somewhere, the below is not your guide. If any of your visitors are not expecting your emails, you are spamming. The below guide is meant for individuals and companies who are sending emails to a list of emails that expect their emails and wish to increase their deliverability rate.
Arvixe does not allow sending of bulk emails (solicited or unsolicited) on our shared hosting accounts. The guide below would govern for VPS and Dedicated Customers.
Even if you have compiled the list of emails yourself by individually asking your customers, due to heavy restrictions placed on incoming email threasholds at larger providers, you can see your emails being deferred or completely bouned with 0% spam being identified/reported/detected. The below set of recommendations, ensures that you are doing everything in your power to increase the deliverability of your emails to the major email providers -
IP Reputation
Make sure your IP is clean to begin with. In most systems, unless you’ve made specific modifications, regardless of the IP of your website, the IP you are sending from is the main IP of the environment. You can use websites such as http://mxtoolbox.com/blacklists.aspx to identify whether the IP is already on any blacklists. Once you’ve identified that you have a clean IP, you need to start building your sending reputation. There are many organizations that attempt to track IP reputation and make the information publicly available such as -
Learn More
Recent Comments