Send an Email With VB.NET





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

« Previous 1 2 Next »
0
Date Submitted Wed. Feb. 13th, 2008 10:32 PM
Revision 1
Helper wallie
Tags Email | validation
Comments 1 comments
Makes sure the email addresses with IP addresses are not private network addresses. Allows multiple sub-domain levels. verifies characters within domain names. only allows standard length 26 characters for each domain name level, except the top (3 max)
5
Date Submitted Tue. Sep. 4th, 2007 10:24 PM
Revision 1
Helper explode
Tags Email | PHP | regex | Validate
Comments 1 comments
This is a simple function to check if an email is valid or not.
5
Date Submitted Tue. May. 29th, 2007 3:10 AM
Revision 1
Helper morad
Tags Email | Expression | RegExp | Regular | URL
Comments 0 comments
Reg exp for finding url and email adresses. i'm using this from any projects of me. they working
9
Date Submitted Sun. Apr. 29th, 2007 4:42 PM
Revision 1
Helper Nico
Tags API | Class | message | PHP | Send | SMS
Comments 5 comments
This PHP class allows you to send SMS to almost every country directly from your website. All you need is an account on www.tm4b.com and PHP 5.

Also required is either cURL or allow_url_fopen enabled in php.ini
8
Date Submitted Thu. Apr. 12th, 2007 2:33 PM
Revision 1
Beginner siva
Tags Email | JavaScript | Mail | protect
Comments 4 comments
You can search for "@" or something like mail information in your page source code. You'll find nothing.
You can have link of your mail with a title or just you mail address as the title. Hope this code have no problem...
10
Date Submitted Tue. Dec. 12th, 2006 8:53 PM
Revision 1
Beginner adorkable81
Tags Email | imap | pop3
Comments 2 comments
Retrieve, delete, view count of pop3 email.

Please download the pop3 class file here first:
http://www.fileden.com/files/2006/10/24/314941/pop3.class.inc

Many uses!!!!
2
Date Submitted Mon. Nov. 6th, 2006 8:12 AM
Revision 1
Scripter Casper42
Tags Automation | Email | Outlook | Task
Comments 2 comments
Have you ever wanted to create a task in your Outlook To-Do list based on an email you just got?? I have many times, so I wrote this script a while back - it will create an Outlook task (syncs with handheld and such) based on the contents of an email - incuding any attachements.

handy to get stuff out of your inbox and on your To-Do list!
5
Date Submitted Mon. Oct. 30th, 2006 6:30 AM
Revision 1
Scripter SCoon
Tags Email | http | Mail | RSS | Ruby
Comments 0 comments
This snippet illustrates following:

1. Using http request to get the data
2. Parsing RSS feeds
3. Sending email
4
Date Submitted Tue. Oct. 10th, 2006 12:39 PM
Revision 1
Beginner robert
Tags blurb | Email | Gmail | message | regex
Comments 1 comments
This perl subroutine uses the CPAN module Mail::Webmail::Gmail to iterate through a Gmail account searching for a particular string. If a match is found, the sender's name along with his/her email address, the subject, and the "blurb" is printed to standard out. Also, all messages found will be archived automatically within Gmail to clear the message from the inbox folder. The subroutine returns the number of messages found back to the calling environment.

Sample invocation: check_email(username, password);

By default, the subroutine will use encryption to connect to Gmail however, by setting encrypt_session to '0' will disable encryption.
12
Date Submitted Tue. Oct. 3rd, 2006 5:51 AM
Revision 1
Helper Thomas
Tags Email | JavaScript | spam
Comments 1 comments
Here's a simple JavaScript solution to hide your e-mail from many spam scripts while still providing clickable hyperlinks to your visitors.

Web crawlers and visitors with JavaScript disabled will see: me [at] mydomain [dot] com. I've seen a lot of people that just leave it at this, but it seems a bit unprofessional in my opinion. With the following code, we can replace that with a fully functional hyperlink.
« Previous 1 2 Next »