Sending email without having password

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
shirish.jambhorkar
Forum Newbie
Posts: 2
Joined: Mon Mar 02, 2009 12:36 pm

Sending email without having password

Post by shirish.jambhorkar »

Hi,

Using PHP if I need to send the email using any email ID then I need username and pasword as minimum requirement.

But there is also one another method.
I wonder how it works ..
Can anybody tell me ?

There is one site http://www.lettermelater.com/
If you register using your email ID then it will send you a verification email.
If we verify it by clicking then it adds that email address to its account. Which is then used as FROM field .
Allows you to send emails to anyone you wish, with the ability to have them sent at any future date and time you choose.


Could any one please explain it . How do they able to send emails using our email address , without having users password . ( Just having verification using a link )

Regards,
Shirish
mickeyunderscore
Forum Contributor
Posts: 129
Joined: Sat Jan 31, 2009 9:00 am
Location: UK

Re: Sending email without having password

Post by mickeyunderscore »

This probably doesn't send the e-mail from your account. I'd have thought it just sets the 'from' and 'reply to' parameters to your e-mail address, so it looks like it's from you.
User avatar
php_east
Forum Contributor
Posts: 453
Joined: Sun Feb 22, 2009 1:31 pm
Location: Far Far East.

Re: Sending email without having password

Post by php_east »

which is why email headers are important as they say who it is actually from. lots of time i get spam coming thru because they are from 'myself@mydomain.com'.
spam detectors algorithm haven't figured out that loop hole yet, and consider you emailing yourself as perfectly alright, kinda like you talking to yourself. :crazy:
shirish.jambhorkar
Forum Newbie
Posts: 2
Joined: Mon Mar 02, 2009 12:36 pm

Re: Sending email without having password

Post by shirish.jambhorkar »

Thanks for your kind info.

I guess it has something to do it with SPF .

http://en.wikipedia.org/wiki/Sender_Policy_Framework

I am invistigating it. If you know anything about it then thats great.


Its not spamming , spammer can use it , thats different story.

Regards,
Shirish
Post Reply