MyBB Community Forums

Full Version: Show Forum Name with SMTP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Using the PHP mail function (which doesn't work for me) I get this:

"Forum.com" <[email protected]>

This is how I'd like it to be: the forum name shows up in the email. When I use SMTP, however, I get this:

[email protected]

In the email it shows up as "webmaster" rather than the forum's name. How can I make the forum name appear instead?

EDIT: In an attempt to get PHP mail working, I gave the test script a shot but got this message:

"Warning: mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing in \public\test.php on line 6
PHP could not send the mail"

Any ideas?
What are you using? You can use a Plugin of some sort..
(2012-04-04, 09:27 PM)iHydra Wrote: [ -> ]What are you using? You can use a Plugin of some sort..

I'm using Amazon SES and Namecheap's email service.

Is there a plugin that gives me more control over the mail features? I haven't see anything like that...
Hmm, I just looked around, didn't find anything.