Welcome! Log In Create A New Profile

Advanced

Mail sending using smtp go to spam folder pls help

Posted by vicheka.pcs.crosspost 
vicheka.pcs.crosspost
Mail sending using smtp go to spam folder pls help
April 28, 2009 10:44AM
Dear everyone,

IF OnTestMode() THEN
gpc_cte_Usermail is string ="abc@abc.com" 
sGpc_cte_passwordmail is string ="abc" 
gpc_cte_compteSMTP is string="stmp.abc.com"
END 
IF 	EmailStartSMTPSession(gpc_cte_Usermail, gpc_cte_compteSMTP) = False THEN
	Info("fail connect 2 smtp")
ELSE
	Email.Recipient = "vvicheka@yahoo.com" 
	Email.Sender = "vvicheka@yahoo.com"
	
	Email.Subject ="test subject"
	Email.NbRecipient = 1 
	EmailImportHTML("Hello ", "") 
	////Envoie le Mail 
	IF EmailSendMessage(gpc_cte_Usermail) = False THEN
		Info("Mail send fail")
	END
	
FIN
After I test it, I log in to the recipent account but then I did not see my message in inbox but instead it in spam so what can we do to send mail to inbox in order to avoid go to spam....

Please help...

Message forwarded from pcsoft.us.windev
Piet van Zanten
Re: Mail sending using smtp go to spam folder pls help
April 28, 2009 12:33PM
Hi,

This has nothing to do with Windev. If your email has a certain percentage of features that qualify as SPAM, then it is marked so.
Probably same sender and receiver is a spam charactistic and perhaps the word hello.

Regards,
Piet

benny depre.pcs.crosspost
Re: Mail sending using smtp go to spam folder pls help
April 30, 2009 09:13AM
hoi,
try this

on the server
goto run program > nslookup

enter
set vc
set q=mx
vcbt.be (site name)

server : xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx (copy this)

-----------------------------------------------------
goto IIS > SMTP properties > Delivery > Advanced

enter this information in Fully-qualified domaine name
enter your site name in Masquerade domain www.vcbt.be

Message forwarded from pcsoft.us.windev
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: