forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


smtp send with vdsipp

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
Que
Valued Newbie


Joined: 25 Aug 2001
Posts: 38
Location: Newaygo, MICH

PostPosted: Fri Aug 16, 2002 1:50 pm    Post subject: smtp send with vdsipp Reply with quote

To send a mail message, I do...

Code:

INTERNET SMTP,CREATE,1
INTERNET SMTP,THREADS,1,ON
INTERNET SMTP,AUTHENTICATION,1,login,pwd
INTERNET SMTP,CONNECT,1,smtp.server.com,25
rem this causes a SMTP1ONCONNECT event... so far so good...

rem this prog takes sendto,subject,text as command line params %1 %2 %3
INTERNET SMTP,USERAGENT,1,MyVDSMailer
  INTERNET SMTP,FROM,1,"Que"
  INTERNET SMTP,TO,1,%1
  INTERNET SMTP,SUBJECT,1,%2
  INTERNET SMTP,BODY,1,%3
  INTERNET SMTP,replyto,1,"me@work.com"
  INTERNET SMTP,PRIORITY,1,3
  INTERNET SMTP,SEND,1
rem with threads on this should cause a SMTP1ONSENDDONE event


My problem is that I can connect to the server, but when I try to send, I do not get an SMTP1ONSendDONe event. How can I troubleshoot this? What is the problem likely to be. My code does work with another SMTP server that I'm aware of, but not this one. Any help would be greatly appreciated.

Thx. Confused [/code]

_________________
Que
Back to top
View user's profile Send private message Send e-mail
nick
Contributor
Contributor


Joined: 15 Aug 2000
Posts: 50
Location: hamburg,nj

PostPosted: Fri Aug 16, 2002 5:10 pm    Post subject: Reply with quote

Hello:
Just a thought...

Is your from address the same address as the registered email user on your server. Some servers are configured to only send mail if the from address is the same.

Good luck!
Nick
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group