Search 
You are here: Forums   
Latest PostsMinimize
RE: Switching database
by SteveT
on 17 May 2012 05:40 PM
RE: Switching database
by Jorgo
on 17 May 2012 04:29 PM
RE: Switching database
by fredz024
on 17 May 2012 03:43 PM
RE: Switching database
by Jorgo
on 17 May 2012 03:22 PM
RE: Switching database
by SteveT
on 17 May 2012 12:19 PM
Switching database
by Jorgo
on 16 May 2012 04:37 PM
RE: Hack attempts seem to be taking down POP3
by SteveT
on 10 May 2012 02:37 PM
RE: Hack attempts seem to be taking down POP3
by ub
on 09 May 2012 09:07 PM
RE: Hack attempts seem to be taking down POP3
by SteveT
on 09 May 2012 02:36 PM
RE: Hack attempts seem to be taking down POP3
by emkry
on 09 May 2012 02:09 PM
RE: Hack attempts seem to be taking down POP3
by SteveT
on 09 May 2012 02:03 PM
RE: Hack attempts seem to be taking down POP3
by emkry
on 09 May 2012 01:18 PM
RE: The operation not allowed on non-connected sockets. HELP!!
by whensen@holabird.com
on 30 Apr 2012 09:37 PM
RE: Hack attempts seem to be taking down POP3
by ub
on 23 Apr 2012 09:14 PM

ArGoStuff User to User Support Forums
how to send emails?
Last Post 13 Dec 2011 12:02 AM by tom. 0 Replies.
Printer Friendly
Sort:
NextNext
You are not authorized to post a reply.
AuthorMessages
tomUser is Offline
New Member
New Member
Send Private Message
Posts:1

--
13 Dec 2011 12:02 AM  
I download one Mail Server.NET version 1.0.8.3, it is on 30 days trial. I am testing it on my local windowsXP computer. I have wampserver installed on my computer.
Below is what I have done:
1. Run ArGoSoft Mail Server .NET
2. enter domain name: localhost , username: postmaster and also password
3. tick "users of this server will be sending mail to outside users"
4. I open outlook express
-  go to Tools > Accounts...
- Click Add > Mail
- Insert my mail account : postmaster@localhost
5.
server information - Incomming mail and Outgoing mail type "localhost"
Incoming Mail Server - Account name type "postmaster@localhost" and the same password, and tick "remember password", "log on using secure password authentication".
6. I started wampserver, run http://localhost/mail.php, see below code

// ---------------- SEND MAIL FORM ----------------

// send e-mail to ...
$to="postmaster@localhost";

// Your subject
$subject="Test";

// From
$header="from: tomliutest@gmail.com";

// Your message
$message="Hello \r\n";
$message.="This is test\r\n";
$message.="Test again ";

// send email
$sentmail = mail($to,$subject,$message,$header);

// if your email succesfully sent
if($sentmail){
echo "Email Has Been Sent .";
}
else {
echo "Cannot Send Email ";
}

?>

After I run the code, i got below inf
Warning: mail() [function.mail]: SMTP server response: 550 A valid address is required. in D:\wamp\www\test\mail.php on line 20
Cannot Send Email

so I changed $to="postmaster@localhost"; to $to="tomliutest@gmail.com";
After the change, it seems work, and shows "Email Has Been Sent .", but in my mailaccount tomliutest@gmail.com, I did not get it.

So my question is :
1. if I want to send mail to postmaster@localhost, how should I do?
2. if I want to send mail to tomliutest@gmail.com, how should I do?
Thanks!
You are not authorized to post a reply.

Active Forums 4.2
DonationsMinimize

Find our site useful? Make a donation to show your support

Donate

logo_ccMC.giflogo_ccVisa.giflogo_ccDiscover.giflogo_ccAmex.gif

ArGoStuff Supporters

 


News from ArGoSoftMinimize
1 2 3 4 5 6


Mail Server v1.0.8.3
  • Added support of STARTTLS (STLS) command for SMTP, POP3, IMAP, and SMTP relay and delivery, which will allow secure, fully encrypted connections, when possible;
11/6/2011 1:10:34 PM
Mail Server v1.0.8.2
  • Optimized delivery speed. In earlier versions each "tick" which was checking whether messages were in the outbox queue, was picking up only one message at a time. Now it will attempt to pick MaximumAllowedThreads-ActiveDelivery threads messages, which should considerably increase deliver speed;
  • Optimized SEARCH and STATUS IMAP commands. They appear to be used very extensively by Android, and (not that extensively, but still) by iPhone. Now users who use mobile phones to access their IMAP accounts will see considerable improvement;
  • Optimized STORE IMAP command. Before storing of IMAP flags was occuring one message at a time, which seemed to be fine with SQL server, but proved to be slow for SQLite... Now it happens with single SQL call.
10/8/2011 7:59:35 PM
ArGoSoft Mail Server v1.0.8.1
  • Fixed a bug: when using IMAP via Firefox with "When I delete a message, move it to Trash folder" option, marking messages in the trash folder was causing high CPU usage, and was taking some time, making the server pretty much non-responsive. The problem was happening only when using SQLite.
6/6/2011 9:33:36 PM
ArGoSoft Mail Server v1.0.8.0
  • Fixed a problem with web interface - was showing only first page of messages, and would not switch to other pages; In order to fix the web interface, mail server itself has to be updated;
  • When installint initially, was still using SQLite, even when SQL was requested;
  • There was a problem with switching from SQLite database engine to SQL server database engine: the SQL database was not being created;
5/23/2011 5:53:55 PM
ArGoSoft Mail Server .NET v1.0.7.9
  • The server no longer requires Microsoft SQL Server. If SQL server is not found, it will use SQLite engine, which does not require separate installation. If SQL server is found, then user will be prompted whether he wants to use it;
  • Made other improvements, such as, now mailbox rebuild indexes orphaned records, rather then deleting them, also added an opotion to increment UIDL validity of folder (both on the Mailbox viewer box);
  • Made minor improvements on web interface;
4/26/2011 9:47:25 PM


1 2 3 4 5 6

Get TZO


Home:ArGoStuff:Forums:Articles:Cyber Security Tips:FAQ:Downloads:Links
Copyright 2006-2011 by ArGoStuff Terms Of UsePrivacy Statement