Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
plugins-topic
INSTALLATION POST BY EMAIL PLUGIN
Avatar
Riccardo
Member
Free Members
sp_UserOfflineSmall Offline
Sep 2, 2013 - 11:19 am

I've just installed the post by email plugin.. Can you help me to set it correctly??    I've read this http://codex.simple-press.com/.....-by-email/ but I've not understood something. What does "name of the mail server" mean ???  And what does "Each forum for which you opt to enable PBE requires it’s own, unique mailbox" mean ??? If I have on my website 10 forum do I have to create 10 mailboxes ??? I've not understood really well :) Thank you for your help :)

Avatar
Brandon
U.S.
SP Wrangler
Free Members
sp_UserOfflineSmall Offline
Sep 2, 2013 - 11:51 am

Each forum that you setup for PBE has to have it's own email address but all use the same password.

The mail server is where or what is handling the emails.

Most people use the same mail server they have for their website. If you want to do that you would go to your server's email setup and add an new email address. The email address would be the forum slug/name and the server name. So something like forumone@mywebsite.com.
In the main email options the servername you put in would be the server name shown when you setup the email. In lot of cases they are something like mail.mywebsite.com When you setup the email address it should show you all the settings needed.

Then add the email address to the forum itself under the forum edit properties. Once that is done you can run the little test under the email options and see if it connects. After that you can add more email addresses to your server and assign them to each forum. Just be sure to use the same password for all of them.

You also have to setup the permissions for members to use it as shown in that codex article.

 

 

 

Avatar
Carlos
Spain
Member
Free Members
sp_UserOfflineSmall Offline
Sep 2, 2013 - 2:48 pm

it would be a great idea to make a custom file with an example config with GMAIL for example 

Avatar
Riccardo
Member
Free Members
sp_UserOfflineSmall Offline
Sep 3, 2013 - 4:21 am

I've managed:) thank you.. I've another two questions if I can..

1) In "permission" I've turned off the possibility to users to reply to topics using email. So a user will receive just the content of a new message for example, but he could not  reply it.. At the end of each email there is a line that says that in order to delete the subscription the user should visit his own profile at http :  mywebsite / forum/profile..subscriptions (something like this). The problem is that because I don't use simplepress profile but another, users don't have access to that url. Is there a way to delete that line ??? Thank you for your help :)

2) The emails that users receive have as sender "WORDPRESS" and not the name of my website. For example the emails that I receive from simplepress forum  have as sender Simple:Press Support and not Wordpress. Is there a way to change this with the name of my website ???? 

Thank you very much :)

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Sep 3, 2013 - 5:12 am
  1. That's a very good question. There is no easy way of doing it - messy ways bit not an easy way. I think we should possibly address this in the plugin and suppress that prt of the email dependent upon profile setting. We will discuss the pros and cons of doing that here.
  2. Have you set up the email values in the forum admin > Options > Email Settings?
andy-signature.png
YELLOW
SWORDFISH
Avatar
Riccardo
Member
Free Members
sp_UserOfflineSmall Offline
Sep 3, 2013 - 8:59 am

1) I've not understood. Can you explain me what I have to do ?

2) Yes, I've set up the email values.

Thank you very much :)

 

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Sep 3, 2013 - 10:27 am

On 1 - I am suggesting that we talk this over here and let you know. We may have to make code changes...

andy-signature.png
YELLOW
SWORDFISH
Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Sep 3, 2013 - 10:40 am

for now, you can use the filter 'sph_subscriptions_notification' to strip out that message from your emails...

Avatar
Riccardo
Member
Free Members
sp_UserOfflineSmall Offline
Sep 3, 2013 - 10:43 am

I'm sorry but.. what is a filter ?? How can I add that ?? thank you very much :)

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Sep 3, 2013 - 10:52 am

http://codex.wordpress.org/Plugin_API is how WP does filters (and hooks)... we support the same system..

so something like

add_filter('sph_subscriptions_notification', 'my_subs_email_filter');
function my_subs_email_filter($msg) {
    $msg = str_replace('your string', '', $msg);
    return $msg;
}

just change the text in the quotes 'your string' with the exact line from the emails you want to remove...

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17363
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625