when i validate a link, the mod sends a mail to the user that provide the link, but the sender is IAMVIET, i need to change this, please help me, because i am Chilean
I'm receiving a similar error. I went to admin_links_approve and changed the information but I still receive this error:
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'Mailer.to'
/forum/links_add_url.asp, line 83
My server only supports ASPMail. This is what is on line 83:
Set Mailer = Server.CreateObject ("SMTPsvg.Mailer") Mailer.To = "myemail@myemail.org" Mailer.From = "myemail@myemail.org" Mailer.Subject = "New link to approve" Mailer.Body = Body
Mailer.Send Set Mailer = nothing
Of course, myemail is replaced with my email address; I don't want any spiders gathering the address and sending junk mail before I've even opened the website!
Can someone help me get this sorted so I can implement this on my site?