Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Vb Mass E-mailer
kevlar557
post Dec 5 2005, 03:51 AM
Post #1


Premium Member
********

Group: Members
Posts: 166
Joined: 12-September 05
Member No.: 11,787



I'm trying a little g-mail experiment at my school. I'm going to open a g-mail account, and see how many 2 line e-mails it can hold. I'm just starting to learn VB, and I have no clue how to even start this project. I'm hoping some of the awesome minds out there on the forms can help me.
Go to the top of the page
 
+Quote Post
Inspiron
post Dec 5 2005, 05:18 AM
Post #2


Trap Grand Marshal Member
***********

Group: Members
Posts: 1,203
Joined: 25-March 05
Member No.: 4,883



There are other ways to mass email, try using this script from HotScript.com
http://www.hotscripts.com/Detailed/21057.html
Its a PHP mass emailer, so you can do it without programing a VB application.
Go to the top of the page
 
+Quote Post
Spectre
post Dec 5 2005, 07:10 AM
Post #3


Privileged Member
*********

Group: Members
Posts: 873
Joined: 30-July 04
Member No.: 246



Hmm, because of the obvious potential for abuse, I'm not going to help you with such a project. However, I will offer this small piece of advice - look up RFC 821, aka. the Simple Mail Transfer Protocol specification, and put the time and effort into learning how to control this protocol (it is, as the name implies, reasonably simple).
Go to the top of the page
 
+Quote Post
Galahad
post Dec 9 2005, 04:52 PM
Post #4


Neurotical Squirrel
*********

Group: [HOSTED]
Posts: 590
Joined: 4-November 04
From: Novi Sad, Vojvodina
Member No.: 2,127



Hi

Exactly as Spectre said,there is a lot of potential for abuse.Look up specified RFC's,and spend a lot of time learning how SMTP protocol works,and then try to make a mass emailer.

Let me add another,let's say,sugestion.You are wondering how many 2 line emails,can gmail account hold.Aside the fact that it is very odd thing to wonder about,you can calculate it mathematicaly,and it's very simple,and perhaps faster than mass emailing.Maybe gmail has some mass email protection,did you think about that?Anyway,here's what I suggest you do.

Say you write two lines,at 256 characters in length,that's 512 bytes + 2 for new line, that 514 bytes for body of the message,consisting of 2 lines.Let's say that RFC-822 headers take up about 300 more bytes,let's round the number,headers take up 510 bytes,which gives us message length of exactly 1024 bytes,or 1 kilobyte.Average gmail mailbox size is (and it's increasing every moment) is about 2.5 GB.Pretty big huh?

CODE

  Message body = 514 bytes
  Message RFC-822 headers = 510 bytes
1 message = 1024 bytes = 1KB

GMail Mailbox = 2.5GB = 2560MB = 2621440KB

2621440KB / 1KB = 2621440



And there you have it,gmail mailbox can hold about 2 milion 2-line emails (2,621,440 to be exact)

I hope this satisfied your curiousity,and been helpful at the same time.At least,now you know you can use RFC-822 for research too.

Cheers
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Bmi (body Mass Index Calculator)(1)
  2. Increasing The Mass Of My Muscles... At House(23)
  3. Politics, Deception, And The Mass Media(2)
  4. Mass Effect(3)
  5. Mass Effect(0)
  6. Io2 Technology(0)
  7. Configure The Display Of An Email Via Form Mailer(1)
  8. What Is (your) Bmi - Body Mass Index ?(9)
  9. Mass Mail On Isp(1)
  10. Nyxem E - Be Safe From This Virus/worm(14)
  11. E-mail Mailer Script 0.1(4)
  12. The Latest Mass E-mail By Admin(2)
  13. WMD(10)


 



- Lo-Fi Version Time is now: 11th October 2008 - 05:38 PM