Print Page | Close Window

WWF Jmail Password and username suport

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums Suggestions
Forum Description: Do you have any ideas for applications or content on Web Wiz? Then leave your suggestions here.
URL: https://forums.webwiz.net/forum_posts.asp?TID=4183
Printed Date: 29 March 2026 at 10:52am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: WWF Jmail Password and username suport
Posted By: BrownGhost
Subject: WWF Jmail Password and username suport
Date Posted: 10 July 2003 at 8:08am

I req that you make support for Jmail Username and password support..

My SMTP mail serevr requers password and username...
Reason is so all those spammers cant abuse it..

That feature is missing in WWF..

Please make that update.. so we can set a password and username for out smtp server in when using jMail..

Thx BG




Replies:
Posted By: WebWiz-Bruce
Date Posted: 10 July 2003 at 8:38am
It is very rare for this and I wouldn't even know where to add it to the forum to make it work or have anyway of testing it, so I'm afraid for those very, very, few (infact you are one of the fist people to mention it in 3 years) that you will have to edit the send mail file with a text editor to change it yourself.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: BrownGhost
Date Posted: 10 July 2003 at 12:32pm

yes i can edit it my sefl.. but dont know what to add...

Thats the hole problem... :((
i guss i must find a mail free smtp i can use to send our mails from :((

So i dont have all this problems...

i whantet to use

CDOSYS

But that is not working.. it is not sending any mails.. maybe you can help me to get that to work?? thet dos not req a smtp mail serevr adress



Posted By: dpyers
Date Posted: 20 July 2003 at 7:26pm

Are you saying that the same SMTP server requires a username/password for jmail, but not for cdosys?

 



-------------

Lead me not into temptation... I know the short cut, follow me.


Posted By: BrownGhost
Date Posted: 21 July 2003 at 2:35am

cdosys is a windows component adn there you dont have to type any.. smpt server at all..

But i recomend you to just do this if your isp requres username and password and sh*t..

to all that have smtp problems.. and have there own serevr..

just install this programe.. this will make a working smtp for you..

so easy :)

Now all my mail things are working on my hole page..
and it dos not inteafear whit isp mail thing or what ever...

So realy you should just install this if you have simmalar problems, as i had.. http://www.postcast.com/ - http://www.postcast.com



Posted By: hamsicik
Date Posted: 16 October 2003 at 2:32pm

I have same problem. My ISP shows the solution to send a mail via web but I couldn't rearrange these codes for Web Wiz. These are the codes which My ISP suggested to use sending mail via web. Can you help me how can I use this knowledge?

<%

On Error Resume Next
Set smtp = Server.CreateObject("JMail.Message")

For Each veri In Request.Form
msg = msg & veri & ": " & Request.Form(veri) & "<br>"
Next

smtp.ContentType = "text/html"
smtp.Charset = "ISO-8859-9"

smtp.AddRecipient "alacakmail@hismail.com"
smtp.from = yollayanmail@myweb.com
smtp.fromname = "Web Form"
smtp.MailServerUserName = "admin@myweb.org"
smtp.MailServerPassWord = "password"
smtp.Subject = "Title"
smtp.body = msg
smtp.Send("mail.vargonen.com")

if err then
response.Write err.Description & "<br>Error Message"
else
Response.Redirect("http://yonelenecek.com/sayfa")

end if

set smtp = Nothing

%>

 



Posted By: WebWiz-Bruce
Date Posted: 17 October 2003 at 2:50am
On line 212 of the send_mail_functions.asp file place:-

.MailServerUserName = "admin@myweb.org"
.MailServerPassWord = "password"


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: huwnet
Date Posted: 17 October 2003 at 10:40am
You could always use CDONTS that dosen't need an SMTP server!


Posted By: WebWiz-Bruce
Date Posted: 17 October 2003 at 11:14am
CDONTS does need an SMTP server, it usually uses the local SMTP server that ships with IIS.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: hamsicik
Date Posted: 17 October 2003 at 12:39pm
Are you sure of line 212 ? Because I use Jmail and line 212 is under 'CDONTS mail component
  Case "CDONTS"
and it doesnt run unfortunately.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net