Results 1 to 10 of 12
-
7th Jul 2010, 08:29 PM #1OPMember
Is there a SMTP server without authentication?
Hi,
I need a SMTP server without authentication, it would be appreciated if you guys help me.m107 Reviewed by m107 on . Is there a SMTP server without authentication? Hi, I need a SMTP server without authentication, it would be appreciated if you guys help me. :) Rating: 5
-
7th Jul 2010, 08:49 PM #2Respected Developer
I doubt you'll find one. And if you do all mail from it will most likely be marked as spam. Actually there are lots of open SMTP servers out there but most of them are from ISP's and to use them your IP must be in their range.
-
7th Jul 2010, 08:54 PM #3OPMember
Sure, its obvious most of them will end up in spam folder, but I need it for my own usage in yawn script, so I can filter them to my inbox. I don't want to use my server as mail server.
and thank you for your answer
-
7th Jul 2010, 09:09 PM #4MemberWebsite's:
CodeSociety.netyea they are tightly monitored due to spamming attemps but im sure u can purchase one, OR just google for free ones and see wat u find
-
7th Jul 2010, 09:17 PM #5OPMember
-
7th Jul 2010, 10:09 PM #6mmm mmm!HATERS GONNA probably bring up some valid points considering I am an ignorant little twat so far up my own ass that i blame my problems on everyone and if you criticize me you're automatically wrong.
-
8th Jul 2010, 10:35 PM #7BannedWebsite's:
hackersindex.com internet4cash.comThere used to be a lot. However, tons of bulk email scams flagged its disadvantage and now its rare even if you are not planning any illegal activity.
-
8th Jul 2010, 10:50 PM #8Member
with a simple scan few year ago you would've found a lot of open smtp server. but now I don't think you find even one open smtp.
make your own smtp server and spam form there (that why you need it probably).
-
8th Jul 2010, 11:14 PM #9Member
Cant you change the script to use smtp?
something like add a function to the end of index.php
Code:function leechmail($email_completed, $name, $post) { $from = "AutoUploader"; $host = "mail.example.com"; $username = "smtp_username"; $password = "smtp_password"; $headers = array ('From' => $from, 'To' => $email_complete, 'Subject' => $name); $smtp = Mail::factory('smtp', array ('host' => $host, 'auth' => true, 'username' => $username, 'password' => $password)); $mail = $smtp->send($to, $headers, $post); }
Code:and change mail($email_completed, $name, $post); to leechmail($email_completed, $name, $post);
I havent tested it thoughits from about.com
-
9th Jul 2010, 07:56 AM #10OPMember
thank you dear Gav0, I will test it asap.
best wishes
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Unable to connect to outgoing SMTP email server
By Areon in forum Server ManagementReplies: 0Last Post: 26th Feb 2014, 11:39 AM -
Own SMTP Server... How?
By chrsmrtn81 in forum Webmaster DiscussionReplies: 2Last Post: 2nd Oct 2012, 08:38 AM -
How to Prevent the IIS SMTP Virtual Server from Relaying E-mail Messages
By Albert.Nawaro in forum Tutorials and GuidesReplies: 0Last Post: 9th Feb 2012, 10:54 AM -
Many Wordpress instances One admin login (cookie based authentication)
By Phresh in forum Web Development AreaReplies: 4Last Post: 1st Feb 2012, 01:19 AM -
SMTP Server
By Algore in forum Server ManagementReplies: 4Last Post: 23rd Mar 2010, 03:56 PM
themaLeecher - leech and manage...
Version 5.03 released. Open older version (or...