Hi,
Does anyone know of any classes or functions that enable binary attachments to be sent to newsgroups via email?
Thanks in advance.
Rob.
Binary attachments
Moderator: General Moderators
-
spacebiscuit
- Forum Contributor
- Posts: 390
- Joined: Mon Mar 07, 2005 3:20 pm
-
spacebiscuit
- Forum Contributor
- Posts: 390
- Joined: Mon Mar 07, 2005 3:20 pm
-
spacebiscuit
- Forum Contributor
- Posts: 390
- Joined: Mon Mar 07, 2005 3:20 pm
Hi,
I am trying to post to my newsgroup via phpmailer. I can email regular messages to myself with attachments do I know my setup is working.
I am not sure that I have setup correctly for newsgroups though. I have set the following variables as follows.......
$mail->From = "me@myemail.com";
$mail->FromName = "My name";
$mail->Host = "news.mynewsgroupserver.com";
$mail->Username = "username";
$mail->Password = "password";
Does this look correct? I am not 100% sure that phpbuilder supports NNTP?
Thanks in advance.
Rob Burne.
I am trying to post to my newsgroup via phpmailer. I can email regular messages to myself with attachments do I know my setup is working.
I am not sure that I have setup correctly for newsgroups though. I have set the following variables as follows.......
$mail->From = "me@myemail.com";
$mail->FromName = "My name";
$mail->Host = "news.mynewsgroupserver.com";
$mail->Username = "username";
$mail->Password = "password";
Does this look correct? I am not 100% sure that phpbuilder supports NNTP?
Thanks in advance.
Rob Burne.